gecko/build/pymake/tests/oneline-command-continuations.mk

6 lines
78 B
Makefile
Raw Normal View History

all: test
@echo TEST-PASS
test: ; test "Hello \
world" = "Hello world"