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

7 lines
121 B
Makefile
Raw Normal View History

2017-04-19 07:56:45 +00:00
all:
test 'Hello world.' = '$(if 1,Hello \
world.)'
test '(Hello world.)' != '(Hello \
world.)'
@echo TEST-PASS