aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
commit4e7e81f4d1305df169d3f7623948a142aa47936b (patch)
treebd74087a75d29375fdf457d3c4fc6662106cf92f /src/datacache
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index ecb02d1c3..4789706ff 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -85,7 +85,6 @@ libgnunet_plugin_datacache_template_la_LDFLAGS = \
85 $(GN_PLUGIN_LDFLAGS) 85 $(GN_PLUGIN_LDFLAGS)
86 86
87 87
88if HAVE_TESTING
89if HAVE_SQLITE 88if HAVE_SQLITE
90if HAVE_BENCHMARKS 89if HAVE_BENCHMARKS
91 SQLITE_BENCHMARKS = \ 90 SQLITE_BENCHMARKS = \
@@ -95,7 +94,6 @@ SQLITE_TESTS = \
95 test_datacache_sqlite \ 94 test_datacache_sqlite \
96 test_datacache_quota_sqlite \ 95 test_datacache_quota_sqlite \
97 $(SQLITE_BENCHMARKS) 96 $(SQLITE_BENCHMARKS)
98endif
99 97
100if HAVE_BENCHMARKS 98if HAVE_BENCHMARKS
101 HEAP_BENCHMARKS = \ 99 HEAP_BENCHMARKS = \