summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2015-08-14 08:43:44 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2015-08-24 11:07:36 +0200
commit9b9f4b04b4343b8ef5c8118475d9649ed7a7648b (patch)
tree193eec5b83242eb1507549ce931fa1d08f593161
parent9f3d5869935c7f75fa06b0cfbabf9a49cd90f0f2 (diff)
downloadostree-9b9f4b04b4343b8ef5c8118475d9649ed7a7648b.tar.gz
tests: rename test-rollsum to test-rollsum-cli
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r--Makefile-tests.am8
-rw-r--r--tests/test-rollsum-cli.c (renamed from tests/test-rollsum.c)0
2 files changed, 4 insertions, 4 deletions
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
index 4f24477c..4f24477c 100644
--- a/tests/test-rollsum.c
+++ b/tests/test-rollsum-cli.c