From 8f1093f0e00f9b1df7ce343a879303fd56a95d08 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 29 Oct 2013 17:42:34 +0100 Subject: First commit. --- tests/exec/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/exec/Makefile (limited to 'tests/exec/Makefile') 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 + -- cgit v1.2.3