aboutsummaryrefslogtreecommitdiff
path: root/www/code.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-10-08 21:31:07 -0500
committerRob Landley <rob@landley.net>2012-10-08 21:31:07 -0500
commit1f4f41abba90cbedeb7bfc767609e7591fcd36ef (patch)
treeda791a74b9e843066910bc002a6ca4be3c3d8f99 /www/code.html
parentb7a3c6bfc51db3e6a1befd07ce2e745dc2bfa05d (diff)
downloadtoybox-1f4f41abba90cbedeb7bfc767609e7591fcd36ef.tar.gz
Doc tweak about test suite.
Diffstat (limited to 'www/code.html')
-rw-r--r--www/code.html8
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