comparison: build/pymake/tests/include-missing.mk
build/pymake/tests/include-missing.mk
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 #T returncode: 2 |
|
2 |
|
3 # If an include file isn't present and doesn't have a rule to remake it, make |
|
4 # should fail. |
|
5 |
|
6 include notfound.mk |
|
7 |
|
8 all: |
|
9 @echo TEST-FAIL |