aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-01-10 05:36:48 +0100
committerDaniel Golle <daniel@makrotopia.org>2017-01-10 05:36:48 +0100
commitc23a8589b5894048194a33c0a6dba66e085bec3e (patch)
treeb2e9dd7dae7c5a9a392e20de59999403e657e26d /src/Makefile.am
parente5050ba5c45a7368349dc1c3f66fe4a912d7ef33 (diff)
downloadgnunet-c23a8589b5894048194a33c0a6dba66e085bec3e.tar.gz
gnunet-c23a8589b5894048194a33c0a6dba66e085bec3e.zip
don't attempt to build ats-tests if testing is disabled
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d04cba9dd..c1f9b33f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,6 +8,7 @@ if HAVE_TESTING
8 TESTBED = testbed-logger testbed 8 TESTBED = testbed-logger testbed
9 CONSENSUS = consensus 9 CONSENSUS = consensus
10 SECRETSHARING = secretsharing 10 SECRETSHARING = secretsharing
11 ATS_TESTS = ats-tests
11endif 12endif
12 13
13if HAVE_EXPERIMENTAL 14if HAVE_EXPERIMENTAL
@@ -92,7 +93,7 @@ SUBDIRS = \
92 peerinfo-tool \ 93 peerinfo-tool \
93 core \ 94 core \
94 $(TESTBED) \ 95 $(TESTBED) \
95 ats-tests \ 96 $(ATS_TESTS) \
96 nse \ 97 nse \
97 dht \ 98 dht \
98 hostlist \ 99 hostlist \