changeset 677:43c4f709b9ff

Doc tweak about test suite.
author Rob Landley <rob@landley.net>
date Mon, 08 Oct 2012 21:31:07 -0500
parents 522ec2aad996
children ae3455c2989b
files www/code.html
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
 <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