diff options
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r-- | Makefile-tests.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am index acfbe525..25bc7a09 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -129,7 +129,7 @@ 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 \ - tests/test-gpg-verify-result tests/test-checksum tests/test-lzma + tests/test-gpg-verify-result tests/test-checksum tests/test-lzma tests/test-rollsum check_PROGRAMS = $(TESTS) TESTS_ENVIRONMENT = \ @@ -142,6 +142,10 @@ tests_test_rollsum_cli_SOURCES = src/libostree/ostree-rollsum.c tests/test-rolls 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_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_mutable_tree_CFLAGS = $(TESTS_CFLAGS) tests_test_mutable_tree_LDADD = $(TESTS_LDADD) |