gecko/build/pymake/tests/continuations-in-functions.mk
2009-03-26 16:24:51 -04:00

8 lines
125 B
Makefile

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