aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-26 02:52:03 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-26 02:52:03 +0100
commite67688c0a717e662773f67a485a767fe2db17da1 (patch)
tree2631611ead764b6dc544e9d2d4dc5636e07f744f /src/ats-tests
parent4fe745c1a0a912d793790c20653c1ff812dc1f34 (diff)
downloadgnunet-e67688c0a717e662773f67a485a767fe2db17da1.tar.gz
gnunet-e67688c0a717e662773f67a485a767fe2db17da1.zip
get rid of --enable-wachs option, move mlp plugin to experimental-only
Diffstat (limited to 'src/ats-tests')
-rw-r--r--src/ats-tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index cfed92f2b..4811bc8d7 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -13,6 +13,7 @@ if USE_COVERAGE
13 AM_CFLAGS = -fprofile-arcs -ftest-coverage 13 AM_CFLAGS = -fprofile-arcs -ftest-coverage
14endif 14endif
15 15
16if HAVE_EXPERIMENTAL
16if HAVE_LIBGLPK 17if HAVE_LIBGLPK
17 PERF_MLP = \ 18 PERF_MLP = \
18 perf_ats_mlp_transport_none \ 19 perf_ats_mlp_transport_none \
@@ -22,6 +23,7 @@ if HAVE_LIBGLPK
22 perf_ats_mlp_core_bandwidth \ 23 perf_ats_mlp_core_bandwidth \
23 perf_ats_mlp_core_latency 24 perf_ats_mlp_core_latency
24endif 25endif
26endif
25 27
26if HAVE_TESTING 28if HAVE_TESTING
27TESTING_TESTS = \ 29TESTING_TESTS = \