gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36131 - gnunet/src/psycstore


From: gnunet
Subject: [GNUnet-SVN] r36131 - gnunet/src/psycstore
Date: Mon, 27 Jul 2015 14:41:57 +0200

Author: grothoff
Date: 2015-07-27 14:41:57 +0200 (Mon, 27 Jul 2015)
New Revision: 36131

Modified:
   gnunet/src/psycstore/Makefile.am
Log:
-do not run test without sqlite

Modified: gnunet/src/psycstore/Makefile.am
===================================================================
--- gnunet/src/psycstore/Makefile.am    2015-07-27 12:40:59 UTC (rev 36130)
+++ gnunet/src/psycstore/Makefile.am    2015-07-27 12:41:57 UTC (rev 36131)
@@ -76,11 +76,13 @@
  $(GN_PLUGIN_LDFLAGS)
 
 
+if HAVE_SQLITE
 if HAVE_TESTING
 check_PROGRAMS = \
  $(SQLITE_TESTS) \
  test_psycstore
 endif
+endif
 
 if ENABLE_TEST_RUN
 AM_TESTS_ENVIRONMENT=export 
GNUNET_PREFIX=$${GNUNET_PREFIX:address@hidden@};export 
PATH=$${GNUNET_PREFIX:address@hidden@}/bin:$$PATH;
@@ -102,4 +104,4 @@
  test_plugin_psycstore.c
 test_plugin_psycstore_sqlite_LDADD = \
   $(top_builddir)/src/testing/libgnunettesting.la \
-  $(top_builddir)/src/util/libgnunetutil.la  
+  $(top_builddir)/src/util/libgnunetutil.la




reply via email to

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