aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-03-30 16:31:44 +0000
committerLRN <lrn1986@gmail.com>2013-03-30 16:31:44 +0000
commitc6cb156eb769f8c58f4b93dcb4cc651edd35fec9 (patch)
tree9cb9a3b38cbd490490da70305898d820b324968a /src/integration-tests/Makefile.am
parente1275574f98bfade5838cfb724a4cac2a64040af (diff)
downloadgnunet-c6cb156eb769f8c58f4b93dcb4cc651edd35fec9.tar.gz
gnunet-c6cb156eb769f8c58f4b93dcb4cc651edd35fec9.zip
ARGH. Automake and its special variables...
Diffstat (limited to 'src/integration-tests/Makefile.am')
-rw-r--r--src/integration-tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index 51885ead4..04213b4b7 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -38,14 +38,14 @@ endif
38# It's in integration tests because integration-tests is one of the few 38# It's in integration tests because integration-tests is one of the few
39# tests that are configured to run under more-than-1200-seconds watchdog 39# tests that are configured to run under more-than-1200-seconds watchdog
40if MINGW 40if MINGW
41 hangup_SCRIPTS = test_buildslave_hangup.py 41 hangup = test_buildslave_hangup.py
42else 42else
43 hangup_SCRIPTS = 43 hangup =
44endif 44endif
45if HAVE_MHD 45if HAVE_MHD
46if ENABLE_TEST_RUN 46if ENABLE_TEST_RUN
47TESTS = \ 47TESTS = \
48 $(hangup_SCRIPTS) \ 48 $(hangup) \
49 $(check_SCRIPTS) 49 $(check_SCRIPTS)
50endif 50endif
51endif 51endif