summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/no-remake.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/no-remake.mk')
-rw-r--r--build/pymake/tests/no-remake.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/pymake/tests/no-remake.mk b/build/pymake/tests/no-remake.mk
new file mode 100644
index 000000000..c8df81bc3
--- /dev/null
+++ b/build/pymake/tests/no-remake.mk
@@ -0,0 +1,7 @@
+$(shell date >testfile)
+
+all: testfile
+ @echo TEST-PASS
+
+testfile:
+ @echo TEST-FAIL "We shouldn't have remade this!"