summaryrefslogtreecommitdiff
path: root/macros/neon-test.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/neon-test.m4')
-rw-r--r--macros/neon-test.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/neon-test.m4 b/macros/neon-test.m4
index 0eb70f1..469e26c 100644
--- a/macros/neon-test.m4
+++ b/macros/neon-test.m4
@@ -43,3 +43,7 @@ AC_CHECK_FUNCS(pipe isatty usleep shutdown setlocale gethostname)
AC_REQUIRE([NE_FIND_AR])
])
+
+AC_DEFUN([NEON_TEST_WITHOUT_CHILD], [
+AC_DEFINE([NEON_TEST_NO_CHILD], 1, [Define if test suite child process handling is not needed])
+])