comparison: build/pymake/tests/default-target.mk
build/pymake/tests/default-target.mk
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 test: VAR = value |
|
2 |
|
3 %.do: |
|
4 @echo TEST-FAIL: ran target "$@", should have run "all" |
|
5 |
|
6 .PHONY: test |
|
7 |
|
8 all: |
|
9 @echo TEST-PASS: the default target is all |
|
10 |
|
11 test: |
|
12 @echo TEST-FAIL: ran target "$@", should have run "all" |
|
13 |
|
14 test.do: |