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

Lines Matching refs:vpath

1 # $NetBSD: varname-vpath.mk,v 1.3 2020/11/10 00:19:19 rillig Exp $
3 # Tests for the special VPATH variable, which is an obsolete way of
7 # Instead of the VPATH, better use the -I option or the special target .PATH.
12 rm -rf varname-vpath.dir
13 mkdir varname-vpath.dir
14 touch varname-vpath.dir/file-in-subdirectory
15 rm -rf varname-vpath.dir2
16 mkdir varname-vpath.dir2
17 touch varname-vpath.dir2/file2-in-subdirectory
19 TEST_MAIN=yes VPATH=varname-vpath.dir:varname-vpath.dir2 \
22 rm -r varname-vpath.dir
23 rm -r varname-vpath.dir2
27 # The VPATH variable does not take effect at parse time.