tenfourfox/build/pymake/tests/continuations-in-functions.mk
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

7 lines
121 B
Makefile

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