From f9c07ec61cb09dde465e02ea35b3cc9f832b369c Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Thu, 1 Dec 2005 01:05:12 +0000 Subject: Run longer test on redhat for spopen/pthread problem. Allow enable/disable of pthread fix via configure option git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1292 f882894a-f735-0410-b71e-b25c423dba1c --- config_test/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config_test/Makefile') diff --git a/config_test/Makefile b/config_test/Makefile index 295696e9..1064d569 100644 --- a/config_test/Makefile +++ b/config_test/Makefile @@ -1,9 +1,11 @@ -all: child_test.c +all: child_test + +child_test: child_test.c gcc -o child_test child_test.c test: - ./run_tests 10 + ./run_tests 10 100 > /dev/null clean: rm -f child_test -- cgit v1.2.3-74-g34f1