summaryrefslogtreecommitdiff
path: root/tests/suggestiontest/Makefile.orig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suggestiontest/Makefile.orig')
-rw-r--r--tests/suggestiontest/Makefile.orig11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/suggestiontest/Makefile.orig b/tests/suggestiontest/Makefile.orig
new file mode 100644
index 0000000..b699c61
--- /dev/null
+++ b/tests/suggestiontest/Makefile.orig
@@ -0,0 +1,11 @@
+all:
+ ./prepare
+ ./test
+
+single:
+ ./prepare2
+ ./test
+
+clean:
+ rm *.[1-5] result.*
+