Update extended check_http tests for 0d78171...
[monitoring-plugins.git] / config_test / Makefile
blob1064d569d7571cf0ce5a447fb408a304a2d9c30f
2 all: child_test
4 child_test: child_test.c
5 gcc -o child_test child_test.c
7 test:
8 ./run_tests 10 100 > /dev/null
10 clean:
11 rm -f child_test