comparison: build/pymake/tests/continuations-in-functions.mk
build/pymake/tests/continuations-in-functions.mk
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 all: |
|
2 test 'Hello world.' = '$(if 1,Hello \ |
|
3 world.)' |
|
4 test '(Hello world.)' != '(Hello \ |
|
5 world.)' |
|
6 @echo TEST-PASS |