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

Lines Matching defs:nopath

1 # $NetBSD: depsrc-nopath.mk,v 1.3 2024/04/27 20:41:32 rillig Exp $
3 # Tests for the special source .NOPATH in dependency declarations.
6 _!= rm -rf depsrc-nopath.dir
7 _!= mkdir depsrc-nopath.dir
8 _!= touch depsrc-nopath.dir/regular.file
9 _!= touch depsrc-nopath.dir/nopath.file
14 @${MAKE} -f ${MAKEFILE} test-nopath || echo "should have failed"
15 @rm -rf depsrc-nopath.dir
17 .PATH: depsrc-nopath.dir
21 test-nopath: nopath.file
24 nopath.file: .NOPATH
26 # expect: : Making test-regular from depsrc-nopath.dir/regular.file
27 # expect: : Making test-nopath from nopath.file