aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
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/cadet
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index 2289a2d96..d942c6495 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -78,12 +78,9 @@ if LINUX
78endif 78endif
79 79
80 80
81if HAVE_TESTING
82 noinst_LTLIBRARIES = libgnunetcadettest.la $(noinst_LIB_EXP) 81 noinst_LTLIBRARIES = libgnunetcadettest.la $(noinst_LIB_EXP)
83# noinst_PROGRAMS = gnunet-cadet-profiler 82# noinst_PROGRAMS = gnunet-cadet-profiler
84endif
85 83
86if HAVE_TESTING
87check_PROGRAMS = \ 84check_PROGRAMS = \
88 test_cadet_local_mq \ 85 test_cadet_local_mq \
89 test_cadet_2_forward \ 86 test_cadet_2_forward \
@@ -106,7 +103,6 @@ check_PROGRAMS = \
106 test_cadet_5_speed_reliable_backwards \ 103 test_cadet_5_speed_reliable_backwards \
107 test_cadet_5_speed_backwards \ 104 test_cadet_5_speed_backwards \
108 test_cadet_5_reopen 105 test_cadet_5_reopen
109endif
110 106
111 107
112#gnunet_cadet_profiler_SOURCES = \ 108#gnunet_cadet_profiler_SOURCES = \