aboutsummaryrefslogtreecommitdiff
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 00000000..295696e9
--- /dev/null
+++ b/config_test/Makefile
@@ -0,0 +1,10 @@
+
+all: child_test.c
+ gcc -o child_test child_test.c
+
+test:
+ ./run_tests 10
+
+clean:
+ rm -f child_test
+