diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-10-22 10:48:29 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-10-22 10:48:29 +0000 |
commit | 14578b9c5ad1b9a4e3371192b8c94d0668c3fb4a (patch) | |
tree | c1de65e839f05c984059d9401fdf568f34781de5 /src/namestore | |
parent | 6dbc6bd0a06750ca4b3fcd6fd38a8aff0b15128b (diff) |
-namestore tests require sqlite
Diffstat (limited to 'src/namestore')
-rw-r--r-- | src/namestore/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 8b328b1a88..17b7657074 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -26,7 +26,7 @@ POSTGRES_TESTS = test_plugin_namestore_postgres POSTGRES_PLUGIN = libgnunet_plugin_namestore_postgres.la endif - +if HAVE_SQLITE check_PROGRAMS = \ $(SQLITE_TESTS) \ $(POSTGRES_TESTS) \ @@ -44,6 +44,7 @@ check_PROGRAMS = \ test_namestore_api_zone_iteration \ test_namestore_api_zone_iteration_specific_zone \ test_namestore_api_zone_iteration_stop +endif if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) |