# HG changeset patch # User Rob Landley # Date 1349749867 18000 # Node ID 43c4f709b9ff7573aa184eebff0e8221db7265df # Parent 522ec2aad99660069806e6f00014ceccb6041c0f Doc tweak about test suite. diff -r 522ec2aad996 -r 43c4f709b9ff www/code.html --- a/www/code.html Mon Oct 08 21:27:58 2012 -0500 +++ b/www/code.html Mon Oct 08 21:31:07 2012 -0500 @@ -982,6 +982,14 @@

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