/build/pymake/tests/continuations-in-functions.mk
http://github.com/zpao/v8monkey · Makefile · 6 lines · 6 code · 0 blank · 0 comment · 1 complexity · 803219fd88c4ecaad6d002b8897f81e6 MD5 · raw file
- all:
- test 'Hello world.' = '$(if 1,Hello \
- world.)'
- test '(Hello world.)' != '(Hello \
- world.)'
- @echo TEST-PASS