gecko/build/pymake/tests/continuations-in-functions.mk

7 lines
121 B
Makefile

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