comparison: build/pymake/tests/continuations-in-functions.mk
build/pymake/tests/continuations-in-functions.mk
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
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 |