aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-22 10:48:29 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-22 10:48:29 +0000
commit14578b9c5ad1b9a4e3371192b8c94d0668c3fb4a (patch)
treec1de65e839f05c984059d9401fdf568f34781de5 /src/namestore
parent6dbc6bd0a06750ca4b3fcd6fd38a8aff0b15128b (diff)
downloadgnunet-14578b9c5ad1b9a4e3371192b8c94d0668c3fb4a.tar.gz
gnunet-14578b9c5ad1b9a4e3371192b8c94d0668c3fb4a.zip
-namestore tests require sqlite
Diffstat (limited to 'src/namestore')
-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)