aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 8b328b1a8..17b765707 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -26,7 +26,7 @@ POSTGRES_TESTS = test_plugin_namestore_postgres
26POSTGRES_PLUGIN = libgnunet_plugin_namestore_postgres.la 26POSTGRES_PLUGIN = libgnunet_plugin_namestore_postgres.la
27endif 27endif
28 28
29 29if HAVE_SQLITE
30check_PROGRAMS = \ 30check_PROGRAMS = \
31 $(SQLITE_TESTS) \ 31 $(SQLITE_TESTS) \
32 $(POSTGRES_TESTS) \ 32 $(POSTGRES_TESTS) \
@@ -44,6 +44,7 @@ check_PROGRAMS = \
44 test_namestore_api_zone_iteration \ 44 test_namestore_api_zone_iteration \
45 test_namestore_api_zone_iteration_specific_zone \ 45 test_namestore_api_zone_iteration_specific_zone \
46 test_namestore_api_zone_iteration_stop 46 test_namestore_api_zone_iteration_stop
47endif
47 48
48if ENABLE_TEST_RUN 49if ENABLE_TEST_RUN
49TESTS = $(check_PROGRAMS) 50TESTS = $(check_PROGRAMS)