summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/include-missing.mk
blob: 583d0a065a0e5b2f3ffa03823fcb0924eb705023 (plain)
1
2
3
4
5
6
7
8
9
#T returncode: 2

# If an include file isn't present and doesn't have a rule to remake it, make
# should fail.

include notfound.mk

all:
	@echo TEST-FAIL