gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24443 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r24443 - gnunet/src/namestore
Date: Mon, 22 Oct 2012 12:48:29 +0200

Author: grothoff
Date: 2012-10-22 12:48:29 +0200 (Mon, 22 Oct 2012)
New Revision: 24443

Modified:
   gnunet/src/namestore/Makefile.am
Log:
-namestore tests require sqlite

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2012-10-21 17:36:58 UTC (rev 24442)
+++ gnunet/src/namestore/Makefile.am    2012-10-22 10:48:29 UTC (rev 24443)
@@ -26,7 +26,7 @@
 POSTGRES_PLUGIN = libgnunet_plugin_namestore_postgres.la
 endif
 
-
+if HAVE_SQLITE
 check_PROGRAMS = \
  $(SQLITE_TESTS) \
  $(POSTGRES_TESTS) \
@@ -44,6 +44,7 @@
  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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]