gecko/build/pymake/tests/shellfunc.mk

7 lines
112 B
Makefile
Raw Normal View History

all: testfile
test "$(shell cat $<)" = "Hello world"
@echo TEST-PASS
testfile:
printf "Hello\nworld\n" > $@