From 1f4f41abba90cbedeb7bfc767609e7591fcd36ef Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 8 Oct 2012 21:31:07 -0500 Subject: Doc tweak about test suite. --- www/code.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'www/code.html') diff --git a/www/code.html b/www/code.html index 73348ca0..4f0843dc 100644 --- a/www/code.html +++ b/www/code.html @@ -982,6 +982,14 @@ layout of a command file.

Directory scripts/

+

Build infrastructure. The makefile calls scripts/make.sh for "make" +and scripts/install.sh for "make install".

+ +

There's also a test suite, "make test" calls make/test.sh, which runs all +the tests in make/test/*. You can run individual tests via +"scripts/test.sh command", or "TEST_HOST=1 scripts/test.sh command" to run +that test against the host implementation instead of the toybox one.

+

scripts/cfg2files.sh

Run .config through this filter to get a list of enabled commands, which -- cgit v1.2.3