diff options
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 | 
