summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/notargets.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/notargets.mk')
-rw-r--r--build/pymake/tests/notargets.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/pymake/tests/notargets.mk b/build/pymake/tests/notargets.mk
new file mode 100644
index 000000000..8e55d944f
--- /dev/null
+++ b/build/pymake/tests/notargets.mk
@@ -0,0 +1,5 @@
+$(NULL): foo.c
+ @echo TEST-FAIL
+
+all:
+ @echo TEST-PASS