diff options
Diffstat (limited to 'build/pymake/tests/include-missing.mk')
-rw-r--r-- | build/pymake/tests/include-missing.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/pymake/tests/include-missing.mk b/build/pymake/tests/include-missing.mk new file mode 100644 index 000000000..583d0a065 --- /dev/null +++ b/build/pymake/tests/include-missing.mk @@ -0,0 +1,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 |