]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the tests runnable on a read-only src. To do this you must make sure
authorHartmut Brandt <harti@FreeBSD.org>
Thu, 2 Dec 2004 17:00:58 +0000 (17:00 +0000)
committerHartmut Brandt <harti@FreeBSD.org>
Thu, 2 Dec 2004 17:00:58 +0000 (17:00 +0000)
commit9c1f3ca3cf68bb399259bab53f75589dd3b6ea17
tree096357ebd4867593d131ccc6b07a3ce84629d4fd
parent83727f0c3afb94bf9a47f3c959fb2b3dac473391
Make the tests runnable on a read-only src. To do this you must make sure
that you create one of the object directories make knows (see make(1)).
This uses the -C flag, so add a test that checks that make actually accepts
-C. Also fix the test that selects csh via the .SHELL target to work for
tcsh users too.

This commit renames shell_test to shell_test.sh. There is no history
to preserve so go without a repo-copy.

Reviewed by: ru
tools/build/make_check/Makefile
tools/build/make_check/shell_test.sh [moved from tools/regression/usr.bin/make/shell_test with 100% similarity, mode: 0644]
tools/regression/usr.bin/make/Makefile
tools/regression/usr.bin/make/shell_test.sh [new file with mode: 0644]