aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-09 05:53:26 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-09 05:53:26 +0000
commitc600dd5877794bf4249ac69a218e2c0cb4ceb42a (patch)
tree92023dab57a52e084d23b8485a160d3becf481c5 /src/integration-tests/Makefile.am
parentf80dcff23f0cd6584410581b7b135882d3a49feb (diff)
downloadgnunet-c600dd5877794bf4249ac69a218e2c0cb4ceb42a.tar.gz
gnunet-c600dd5877794bf4249ac69a218e2c0cb4ceb42a.zip
-only run integration tests if MHD is available, as they need MHD
Diffstat (limited to 'src/integration-tests/Makefile.am')
-rw-r--r--src/integration-tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index 4f23fb057..cb8e98d1c 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -34,10 +34,12 @@ endif
34# test_integration_disconnect.py 34# test_integration_disconnect.py
35 35
36 36
37if HAVE_MHD
37if ENABLE_TEST_RUN 38if ENABLE_TEST_RUN
38TESTS = \ 39TESTS = \
39 $(check_SCRIPTS) 40 $(check_SCRIPTS)
40endif 41endif
42endif
41 43
42connection_watchdog_SOURCE = \ 44connection_watchdog_SOURCE = \
43 connection_watchdog.c 45 connection_watchdog.c