Mypal/build/pymake/tests/continuations-in-functions.mk
2019-03-11 13:26:37 +03:00

7 lines
121 B
Makefile

all:
test 'Hello world.' = '$(if 1,Hello \
world.)'
test '(Hello world.)' != '(Hello \
world.)'
@echo TEST-PASS