From c23a8589b5894048194a33c0a6dba66e085bec3e Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 10 Jan 2017 05:36:48 +0100 Subject: [PATCH] don't attempt to build ats-tests if testing is disabled --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 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 \ -- 2.25.1