diff options
| author | rillig <rillig@NetBSD.org> | 2021-12-03 22:43:50 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-12-03 22:43:50 +0000 |
| commit | aa6af1dec67de26c99102ec4c0db3b4a609498ce (patch) | |
| tree | 7e63f9bf9d857aca554d7cf961c0427a6df06be5 /usr.bin/make/unit-tests/directive-include.exp | |
| parent | fea0c6413d5ebfa77ba13828fd560510ca986e5d (diff) | |
tests/make: test .include with expressions
Diffstat (limited to 'usr.bin/make/unit-tests/directive-include.exp')
| -rw-r--r-- | usr.bin/make/unit-tests/directive-include.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/unit-tests/directive-include.exp b/usr.bin/make/unit-tests/directive-include.exp index af56eefb2b8..96d86bd4a2a 100644 --- a/usr.bin/make/unit-tests/directive-include.exp +++ b/usr.bin/make/unit-tests/directive-include.exp @@ -3,6 +3,7 @@ lhs = "directive-include.mk null", rhs = "directive-include.mk null", op = != CondParser_Eval: ${.MAKE.MAKEFILES:T} != "${.PARSEFILE} null" lhs = "directive-include.mk null", rhs = "directive-include.mk null", op = != make: "directive-include.mk" line 25: Could not find nonexistent.mk +make: "directive-include.mk" line 47: Could not find " make: Fatal errors encountered -- cannot continue make: stopped in unit-tests exit status 1 |
