From 9b9f4b04b4343b8ef5c8118475d9649ed7a7648b Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 14 Aug 2015 08:43:44 +0200 Subject: [PATCH] tests: rename test-rollsum to test-rollsum-cli Signed-off-by: Giuseppe Scrivano --- Makefile-tests.am | 8 ++++---- tests/{test-rollsum.c => test-rollsum-cli.c} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename tests/{test-rollsum.c => test-rollsum-cli.c} (100%) diff --git a/Makefile-tests.am b/Makefile-tests.am index 6f82477b..acfbe525 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -125,7 +125,7 @@ libreaddir_rand_la_LDFLAGS = -avoid-version endif # "make check" do not depend from --enable-installed-tests -noinst_PROGRAMS += tests/test-rollsum +noinst_PROGRAMS += tests/test-rollsum-cli TESTS = tests/test-varint tests/test-ot-unix-utils tests/test-bsdiff tests/test-mutable-tree \ tests/test-keyfile-utils tests/test-ot-opt-utils tests/test-ot-tool-util \ @@ -138,9 +138,9 @@ TESTS_ENVIRONMENT = \ TESTS_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS) -I$(srcdir)/libglnx TESTS_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS) -tests_test_rollsum_SOURCES = src/libostree/ostree-rollsum.c tests/test-rollsum.c -tests_test_rollsum_CFLAGS = $(TESTS_CFLAGS) $(OT_DEP_ZLIB_CFLAGS) -tests_test_rollsum_LDADD = libbupsplit.la $(TESTS_LDADD) $(OT_DEP_ZLIB_LIBS) +tests_test_rollsum_cli_SOURCES = src/libostree/ostree-rollsum.c tests/test-rollsum-cli.c +tests_test_rollsum_cli_CFLAGS = $(TESTS_CFLAGS) $(OT_DEP_ZLIB_CFLAGS) +tests_test_rollsum_cli_LDADD = libbupsplit.la $(TESTS_LDADD) $(OT_DEP_ZLIB_LIBS) tests_test_mutable_tree_CFLAGS = $(TESTS_CFLAGS) tests_test_mutable_tree_LDADD = $(TESTS_LDADD) diff --git a/tests/test-rollsum.c b/tests/test-rollsum-cli.c similarity index 100% rename from tests/test-rollsum.c rename to tests/test-rollsum-cli.c