summaryrefslogtreecommitdiff
path: root/tests/exec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exec/Makefile')
-rw-r--r--tests/exec/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/exec/Makefile b/tests/exec/Makefile
new file mode 100644
index 0000000..b260ba0
--- /dev/null
+++ b/tests/exec/Makefile
@@ -0,0 +1,6 @@
+
+%: %.cpp
+ g++ -o $@ $^
+ ./$@
+ ./$@ > $*.out
+