diff options
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r-- | Makefile-tests.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am index 09c85818..d04a1cbc 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -195,6 +195,7 @@ _installed_or_uninstalled_test_programs = tests/test-varint tests/test-ot-unix-u if ENABLE_EXPERIMENTAL_API test_programs += \ + tests/test-bloom \ tests/test-repo-finder-config \ tests/test-repo-finder-mount \ $(NULL) @@ -226,6 +227,10 @@ 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 = $(bupsplitpath) $(TESTS_LDADD) $(OT_DEP_ZLIB_LIBS) +tests_test_bloom_SOURCES = src/libostree/ostree-bloom.c tests/test-bloom.c +tests_test_bloom_CFLAGS = $(TESTS_CFLAGS) +tests_test_bloom_LDADD = $(TESTS_LDADD) + tests_test_repo_finder_config_SOURCES = tests/test-repo-finder-config.c tests_test_repo_finder_config_CFLAGS = $(TESTS_CFLAGS) tests_test_repo_finder_config_LDADD = $(TESTS_LDADD) |