diff options
author | Matt Kraai | 2002-01-02 20:37:59 +0000 |
---|---|---|
committer | Matt Kraai | 2002-01-02 20:37:59 +0000 |
commit | 01d2ea908b88a80b2f5d36c23229032dd76d621c (patch) | |
tree | 8e4b2e322f2351080898525cf9cf124e9baa8a75 /testsuite/README | |
parent | 39fcb5a7502ffb35a90b9539478c5b0d314c3b8e (diff) | |
download | busybox-01d2ea908b88a80b2f5d36c23229032dd76d621c.zip busybox-01d2ea908b88a80b2f5d36c23229032dd76d621c.tar.gz |
* testsuite/README: Document -v option.
* testsuite/runtest: Handle -v option.
(show_result): New.
(run_applet_testcase): Call it.
Diffstat (limited to 'testsuite/README')
-rw-r--r-- | testsuite/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/README b/testsuite/README index a886b42..b02dfa4 100644 --- a/testsuite/README +++ b/testsuite/README @@ -1,6 +1,8 @@ To run the test suite, change to this directory and run -"./runtest". To only run the test cases for particular applets, -specify them as parameters to runtest. +"./runtest". It will run all of the test cases, and list those +with unexpected outcomes. Adding the -v option will cause it to +show expected outcomes as well. To only run the test cases for +particular applets, specify them as parameters to runtest. The test cases for an applet reside in the subdirectory of the applet name. The name of the test case should be the assertion |