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