mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
all:
|
|
test 'Hello world.' = '$(if 1,Hello \
|
|
world.)'
|
|
test '(Hello world.)' != '(Hello \
|
|
world.)'
|
|
@echo TEST-PASS
|