gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: don't attempt to build ats-


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: don't attempt to build ats-tests if testing is disabled
Date: Tue, 10 Jan 2017 05:37:48 +0100

This is an automated email from the git hooks/post-receive script.

daniel-golle pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c23a8589b don't attempt to build ats-tests if testing is disabled
c23a8589b is described below

commit c23a8589b5894048194a33c0a6dba66e085bec3e
Author: Daniel Golle <address@hidden>
AuthorDate: Tue Jan 10 05:36:48 2017 +0100

    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 \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]