/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

  1. all:
  2. test 'Hello world.' = '$(if 1,Hello \
  3. world.)'
  4. test '(Hello world.)' != '(Hello \
  5. world.)'
  6. @echo TEST-PASS