summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/continuations-in-functions.mk
blob: 533df617635feeec909f21a04f86bd0fec6e13a2 (plain)
1
2
3
4
5
6
all:
	test 'Hello world.' = '$(if 1,Hello \
	  world.)'
	test '(Hello world.)' != '(Hello \
	  world.)'
	@echo TEST-PASS