gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26684 - gnunet/src/integration-tests
Date: Sat, 30 Mar 2013 17:31:44 +0100

Author: LRN
Date: 2013-03-30 17:31:44 +0100 (Sat, 30 Mar 2013)
New Revision: 26684

Modified:
   gnunet/src/integration-tests/Makefile.am
Log:
ARGH. Automake and its special variables...

Modified: gnunet/src/integration-tests/Makefile.am
===================================================================
--- gnunet/src/integration-tests/Makefile.am    2013-03-30 16:30:52 UTC (rev 
26683)
+++ gnunet/src/integration-tests/Makefile.am    2013-03-30 16:31:44 UTC (rev 
26684)
@@ -38,14 +38,14 @@
 # It's in integration tests because integration-tests is one of the few
 # tests that are configured to run under more-than-1200-seconds watchdog
 if MINGW
-  hangup_SCRIPTS = test_buildslave_hangup.py
+  hangup = test_buildslave_hangup.py
 else
-  hangup_SCRIPTS = 
+  hangup = 
 endif
 if HAVE_MHD
 if ENABLE_TEST_RUN
 TESTS = \
- $(hangup_SCRIPTS) \
+ $(hangup) \
  $(check_SCRIPTS)  
 endif
 endif




reply via email to

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