diff options
Diffstat (limited to 'build/pymake/tests/justprint.mk')
-rw-r--r-- | build/pymake/tests/justprint.mk | 5 |
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 0000000000..be11ba8dec --- /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
|