diff options
author | Rob Landley <rob@landley.net> | 2012-10-08 21:31:07 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-10-08 21:31:07 -0500 |
commit | 1f4f41abba90cbedeb7bfc767609e7591fcd36ef (patch) | |
tree | da791a74b9e843066910bc002a6ca4be3c3d8f99 /www/code.html | |
parent | b7a3c6bfc51db3e6a1befd07ce2e745dc2bfa05d (diff) | |
download | toybox-1f4f41abba90cbedeb7bfc767609e7591fcd36ef.tar.gz |
Doc tweak about test suite.
Diffstat (limited to 'www/code.html')
-rw-r--r-- | www/code.html | 8 |
1 files changed, 8 insertions, 0 deletions
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.</p> <h2>Directory scripts/</h2> +<p>Build infrastructure. The makefile calls scripts/make.sh for "make" +and scripts/install.sh for "make install".</p> + +<p>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.</p> + <h3>scripts/cfg2files.sh</h3> <p>Run .config through this filter to get a list of enabled commands, which |