diff options
Diffstat (limited to 'build/pymake/tests/eof-continuation.mk')
-rw-r--r-- | build/pymake/tests/eof-continuation.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/pymake/tests/eof-continuation.mk b/build/pymake/tests/eof-continuation.mk new file mode 100644 index 0000000000..daeaabc3e7 --- /dev/null +++ b/build/pymake/tests/eof-continuation.mk @@ -0,0 +1,5 @@ +all: + test '$(TESTVAR)' = 'testval\' + @echo TEST-PASS + +TESTVAR = testval\
\ No newline at end of file |