build/pymake/tests/include-missing.mk

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:2191fbfe35ea
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

mercurial