Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:dinclude

1 # $NetBSD: directive-dinclude.mk,v 1.5 2025/06/28 22:39:28 rillig Exp $
3 # Tests for the .dinclude directive, which includes another file,
12 .dinclude "${.CURDIR}/directive-dinclude-nonexistent.inc"
16 .dinclude "${MAKEFILE}/subdir"
19 # expect: make: directive-dinclude-error.inc:1: Invalid line "syntax error"
20 _!= echo 'syntax error' > directive-dinclude-error.inc
21 .dinclude "${.CURDIR}/directive-dinclude-error.inc"
22 _!= rm directive-dinclude-error.inc