From 4e7e81f4d1305df169d3f7623948a142aa47936b Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 11 Oct 2021 23:43:04 +0200 Subject: BUILD: Remove --disable-testing. Issue #7033 --- src/namecache/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/namecache') diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am index 8ffa85ddb..272f16b77 100644 --- a/src/namecache/Makefile.am +++ b/src/namecache/Makefile.am @@ -17,30 +17,22 @@ endif if HAVE_EXPERIMENTAL FLAT_PLUGIN = libgnunet_plugin_namecache_flat.la -if HAVE_TESTING FLAT_TESTS = test_plugin_namecache_flat endif -endif if HAVE_SQLITE SQLITE_PLUGIN = libgnunet_plugin_namecache_sqlite.la -if HAVE_TESTING SQLITE_TESTS = test_plugin_namecache_sqlite endif -endif if HAVE_POSTGRESQL POSTGRES_PLUGIN = libgnunet_plugin_namecache_postgres.la -if HAVE_TESTING POSTGRES_TESTS = test_plugin_namecache_postgres endif -endif # testcases do not even build yet; thus: experimental! -if HAVE_TESTING TESTING_TESTS = \ test_namecache_api_cache_block -endif if HAVE_SQLITE check_PROGRAMS = \ -- cgit v1.2.3