build/pymake/tests/shellfunc.mk

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:fbdcea3057ef
1 all: testfile
2 test "$(shell cat $<)" = "Hello world"
3 test "$(shell printf "\n")" = ""
4 @echo TEST-PASS
5
6 testfile:
7 printf "Hello\nworld\n" > $@

mercurial