diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-12-01 01:05:12 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-12-01 01:05:12 (GMT) |
commit | f9c07ec61cb09dde465e02ea35b3cc9f832b369c (patch) | |
tree | af3b2b3cf16e4d121605a92a81a1fce6cb6e40c1 /config_test/Makefile | |
parent | e5b45d0e143bd3dbfb870cbe9fd33977db1a2b19 (diff) | |
download | monitoring-plugins-f9c07ec61cb09dde465e02ea35b3cc9f832b369c.tar.gz |
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
Diffstat (limited to 'config_test/Makefile')
-rw-r--r-- | config_test/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config_test/Makefile b/config_test/Makefile index 295696e..1064d56 100644 --- a/config_test/Makefile +++ b/config_test/Makefile | |||
@@ -1,9 +1,11 @@ | |||
1 | 1 | ||
2 | all: child_test.c | 2 | all: child_test |
3 | |||
4 | child_test: child_test.c | ||
3 | gcc -o child_test child_test.c | 5 | gcc -o child_test child_test.c |
4 | 6 | ||
5 | test: | 7 | test: |
6 | ./run_tests 10 | 8 | ./run_tests 10 100 > /dev/null |
7 | 9 | ||
8 | clean: | 10 | clean: |
9 | rm -f child_test | 11 | rm -f child_test |