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

6 lines
78 B
Makefile

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