diff options
Diffstat (limited to 'python/pymake/tests/no-remake.mk')
-rw-r--r-- | python/pymake/tests/no-remake.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/pymake/tests/no-remake.mk b/python/pymake/tests/no-remake.mk new file mode 100644 index 000000000..c8df81bc3 --- /dev/null +++ b/python/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!" |