summaryrefslogtreecommitdiffstats
path: root/config_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'config_test/Makefile')
-rw-r--r--config_test/Makefile6
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
2all: child_test.c 2all: child_test
3
4child_test: child_test.c
3 gcc -o child_test child_test.c 5 gcc -o child_test child_test.c
4 6
5test: 7test:
6 ./run_tests 10 8 ./run_tests 10 100 > /dev/null
7 9
8clean: 10clean:
9 rm -f child_test 11 rm -f child_test