aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-27 12:41:57 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-27 12:41:57 +0000
commitceb5eb20ee612c5e2f87999e282afe0e42fd21ea (patch)
tree4cdd9329837caee9d267747aa1a88ff3cb29cb13 /src/psycstore
parent573220ae48411059a9784f02431192827d3014f5 (diff)
downloadgnunet-ceb5eb20ee612c5e2f87999e282afe0e42fd21ea.tar.gz
gnunet-ceb5eb20ee612c5e2f87999e282afe0e42fd21ea.zip
-do not run test without sqlite
Diffstat (limited to 'src/psycstore')
-rw-r--r--src/psycstore/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am
index f011710d0..639c53262 100644
--- a/src/psycstore/Makefile.am
+++ b/src/psycstore/Makefile.am
@@ -76,11 +76,13 @@ libgnunet_plugin_psycstore_sqlite_la_LDFLAGS = \
76 $(GN_PLUGIN_LDFLAGS) 76 $(GN_PLUGIN_LDFLAGS)
77 77
78 78
79if HAVE_SQLITE
79if HAVE_TESTING 80if HAVE_TESTING
80check_PROGRAMS = \ 81check_PROGRAMS = \
81 $(SQLITE_TESTS) \ 82 $(SQLITE_TESTS) \
82 test_psycstore 83 test_psycstore
83endif 84endif
85endif
84 86
85if ENABLE_TEST_RUN 87if ENABLE_TEST_RUN
86AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 88AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
@@ -102,4 +104,4 @@ test_plugin_psycstore_sqlite_SOURCES = \
102 test_plugin_psycstore.c 104 test_plugin_psycstore.c
103test_plugin_psycstore_sqlite_LDADD = \ 105test_plugin_psycstore_sqlite_LDADD = \
104 $(top_builddir)/src/testing/libgnunettesting.la \ 106 $(top_builddir)/src/testing/libgnunettesting.la \
105 $(top_builddir)/src/util/libgnunetutil.la 107 $(top_builddir)/src/util/libgnunetutil.la