From: Christian Grothoff Date: Tue, 9 Oct 2012 05:53:26 +0000 (+0000) Subject: -only run integration tests if MHD is available, as they need MHD X-Git-Tag: initial-import-from-subversion-38251~11472 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c600dd5877794bf4249ac69a218e2c0cb4ceb42a;p=oweals%2Fgnunet.git -only run integration tests if MHD is available, as they need MHD --- 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 # test_integration_disconnect.py +if HAVE_MHD if ENABLE_TEST_RUN TESTS = \ $(check_SCRIPTS) endif +endif connection_watchdog_SOURCE = \ connection_watchdog.c