]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the tests runnable on a read-only src. To do this you must make sure
authorharti <harti@FreeBSD.org>
Thu, 2 Dec 2004 17:00:58 +0000 (17:00 +0000)
committerharti <harti@FreeBSD.org>
Thu, 2 Dec 2004 17:00:58 +0000 (17:00 +0000)
commitb9b9fdbd3f6765fad8f3669da3ea91afe9952b52
tree096357ebd4867593d131ccc6b07a3ce84629d4fd
parent55253712b987b6ae66668abfe88a6b752486f9db
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]