aboutsummaryrefslogtreecommitdiff
path: root/testcase/err_suffixes.mk
diff options
context:
space:
mode:
Diffstat (limited to 'testcase/err_suffixes.mk')
-rw-r--r--testcase/err_suffixes.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/testcase/err_suffixes.mk b/testcase/err_suffixes.mk
new file mode 100644
index 0000000..2ac6d09
--- /dev/null
+++ b/testcase/err_suffixes.mk
@@ -0,0 +1,10 @@
+# TODO: Fix
+
+test1:
+ touch a.src
+
+test2: a.out
+
+# This isn't in .SUFFIXES.
+.src.out:
+ echo $< > $@