OSDN Git Service

Doc tweak about test suite.
authorRob Landley <rob@landley.net>
Tue, 9 Oct 2012 02:31:07 +0000 (21:31 -0500)
committerRob Landley <rob@landley.net>
Tue, 9 Oct 2012 02:31:07 +0000 (21:31 -0500)
www/code.html

index 73348ca..4f0843d 100644 (file)
@@ -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