comparison: build/pymake/tests/shellfunc.mk
build/pymake/tests/shellfunc.mk
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
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" > $@ |