gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35346 - in gnunet: . src


From: gnunet
Subject: [GNUnet-SVN] r35346 - in gnunet: . src
Date: Sat, 7 Mar 2015 12:13:19 +0100

Author: grothoff
Date: 2015-03-07 12:13:19 +0100 (Sat, 07 Mar 2015)
New Revision: 35346

Modified:
   gnunet/configure.ac
   gnunet/src/Makefile.am
Log:
add --enable-wachs option

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2015-03-07 11:06:36 UTC (rev 35345)
+++ gnunet/configure.ac 2015-03-07 11:13:19 UTC (rev 35346)
@@ -1207,6 +1207,15 @@
 AC_MSG_RESULT($enable_experimental)
 AM_CONDITIONAL([HAVE_EXPERIMENTAL], [test "x$enable_experimental" = "xyes"])
 
+# FTBFS right now...
+AC_MSG_CHECKING(whether to compile ATS test code)
+AC_ARG_ENABLE([wachs],
+   [AS_HELP_STRING([--enable-wachs], [enable compiling ATS test code])],
+   [enable_wachs=${enableval}],
+   [enable_wachs=no])
+AC_MSG_RESULT($enable_wachs)
+AM_CONDITIONAL([HAVE_WACHS], [test "x$enable_wachs" = "xyes"])
+
 # should malicious code be compiled (should only be used for testing)?
 AC_MSG_CHECKING(whether to compile malicious code)
 AC_ARG_ENABLE([malicious],

Modified: gnunet/src/Makefile.am
===================================================================
--- gnunet/src/Makefile.am      2015-03-07 11:06:36 UTC (rev 35345)
+++ gnunet/src/Makefile.am      2015-03-07 11:13:19 UTC (rev 35346)
@@ -24,9 +24,13 @@
   $(CONSENSUS) \
   $(SECRETSHARING) \
   $(SENSOR) \
-  $(SENSORDASHBOARD)
+  $(SENSORDASHBOARD) \
 endif
 
+if HAVE_WACHS
+  WACHS_DIR = \
+    ats-tests
+endif
 
 if BUILD_PULSE_HELPERS
 CONVERSATION_DIR = conversation
@@ -89,6 +93,5 @@
   exit \
   pt \
   integration-tests \
-  $(EXP_DIR)
-
-#  ats-tests
+  $(EXP_DIR) \
+  $(WACHS_DIR)




reply via email to

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