blob: f40ad61a8bb153be2b40b733b7c4f50ea691a701 [file] [log] [blame]
# TODO(go): Implement vpath and VPATH and test them. It seems Android
# actually uses it...
# TODO(c): Not sure why C++ version passes this test.
VPATH=dir
test1:
mkdir dir
touch dir/foo
test2: bar
bar: foo
echo PASS