gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24232 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r24232 - gnunet/src/integration-tests
Date: Tue, 9 Oct 2012 07:53:26 +0200

Author: grothoff
Date: 2012-10-09 07:53:26 +0200 (Tue, 09 Oct 2012)
New Revision: 24232

Modified:
   gnunet/src/integration-tests/Makefile.am
Log:
-only run integration tests if MHD is available, as they need MHD

Modified: gnunet/src/integration-tests/Makefile.am
===================================================================
--- gnunet/src/integration-tests/Makefile.am    2012-10-08 22:41:27 UTC (rev 
24231)
+++ gnunet/src/integration-tests/Makefile.am    2012-10-09 05:53:26 UTC (rev 
24232)
@@ -34,10 +34,12 @@
 # test_integration_disconnect.py 
 
 
+if HAVE_MHD
 if ENABLE_TEST_RUN
 TESTS = \
  $(check_SCRIPTS)  
 endif
+endif
 
 connection_watchdog_SOURCE = \
  connection_watchdog.c      




reply via email to

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