Code

Added state retention APIs. Implemented for check_snmp with --rate option.
[nagiosplug.git] / config_test / Makefile
index 295696e98941c78c7dbe1b5a92d6c8177d485640..1064d569d7571cf0ce5a447fb408a304a2d9c30f 100644 (file)
@@ -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