summaryrefslogtreecommitdiffstats
path: root/config_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'config_test/Makefile')
-rw-r--r--config_test/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/config_test/Makefile b/config_test/Makefile
new file mode 100644
index 0000000..295696e
--- /dev/null
+++ b/config_test/Makefile
@@ -0,0 +1,10 @@
1
2all: child_test.c
3 gcc -o child_test child_test.c
4
5test:
6 ./run_tests 10
7
8clean:
9 rm -f child_test
10