don't attempt to build ats-tests if testing is disabled
authorDaniel Golle <daniel@makrotopia.org>
Tue, 10 Jan 2017 04:36:48 +0000 (05:36 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 10 Jan 2017 04:36:48 +0000 (05:36 +0100)
src/Makefile.am

index d04cba9dd0a6c229ea54e092a38f962623292beb..c1f9b33f9bc44c1509ca0826b982db99547dea40 100644 (file)
@@ -8,6 +8,7 @@ if HAVE_TESTING
  TESTBED = testbed-logger testbed
  CONSENSUS = consensus
  SECRETSHARING = secretsharing
+ ATS_TESTS = ats-tests
 endif
 
 if HAVE_EXPERIMENTAL
@@ -92,7 +93,7 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   $(TESTBED) \
-  ats-tests \
+  $(ATS_TESTS) \
   nse \
   dht \
   hostlist \