From c600dd5877794bf4249ac69a218e2c0cb4ceb42a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Oct 2012 05:53:26 +0000 Subject: -only run integration tests if MHD is available, as they need MHD --- src/integration-tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/integration-tests') 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 -- cgit v1.2.3