gecko-dev/build/pymake/tests/continuations-in-functions.mk

8 строки
125 B
Makefile
Исходник Обычный вид История

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