summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/justprint.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/justprint.mk')
-rw-r--r--build/pymake/tests/justprint.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/pymake/tests/justprint.mk b/build/pymake/tests/justprint.mk
new file mode 100644
index 000000000..be11ba8de
--- /dev/null
+++ b/build/pymake/tests/justprint.mk
@@ -0,0 +1,5 @@
+#T commandline: ['-n']
+
+all:
+ false # without -n, we wouldn't get past this
+ TEST-PASS # heh