Code

check_host: Allocate a large-enough buffer for the host table.
[nagiosplug.git] / config_test / Makefile
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