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/dht/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/dht/Makefile.am') diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index 919eca438..69e34000c 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -52,10 +52,8 @@ bin_PROGRAMS = \ gnunet-dht-get \ gnunet-dht-put -if HAVE_TESTING noinst_PROGRAMS = \ gnunet-dht-profiler -endif gnunet_service_dht_SOURCES = \ gnunet-service-dht.c gnunet-service-dht.h \ @@ -117,9 +115,7 @@ gnunet_dht_profiler_LDADD = \ gnunet_dht_profiler_LDFLAGS = \ $(GN_LIBINTL) -if HAVE_TESTING noinst_LIBRARIES = libgnunetdhttest.a -endif libgnunetdhttest_a_SOURCES = \ dht_test_lib.c dht_test_lib.h @@ -128,7 +124,6 @@ libgnunetdhttest_a_LIBADD = \ $(top_builddir)/src/testbed/libgnunettestbed.la \ libgnunetdht.la -if HAVE_TESTING check_PROGRAMS = \ test_dht_api \ test_dht_twopeer \ @@ -136,7 +131,6 @@ check_PROGRAMS = \ test_dht_line \ test_dht_2dtorus \ test_dht_monitor -endif if HAVE_EXPERIMENTAL # These tests still do not work as testbed does -- cgit v1.2.3