-only run integration tests if MHD is available, as they need MHD
authorChristian Grothoff <christian@grothoff.org>
Tue, 9 Oct 2012 05:53:26 +0000 (05:53 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 9 Oct 2012 05:53:26 +0000 (05:53 +0000)
src/integration-tests/Makefile.am

index 4f23fb057d526b539920820786aabb16a53abd1f..cb8e98d1cda4584a2b09290993192927be4d157a 100644 (file)
@@ -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