aboutsummaryrefslogtreecommitdiff
path: root/testsuite/README
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-01-02 20:37:59 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-01-02 20:37:59 +0000
commit40eaf38eeb910e47a28a8b13be2d465cf7701f8f (patch)
tree8e4b2e322f2351080898525cf9cf124e9baa8a75 /testsuite/README
parentce247f6625980a8490eb0daaa520c084e98d50d9 (diff)
downloadbusybox-w32-40eaf38eeb910e47a28a8b13be2d465cf7701f8f.tar.gz
busybox-w32-40eaf38eeb910e47a28a8b13be2d465cf7701f8f.tar.bz2
busybox-w32-40eaf38eeb910e47a28a8b13be2d465cf7701f8f.zip
* testsuite/README: Document -v option.
* testsuite/runtest: Handle -v option. (show_result): New. (run_applet_testcase): Call it. git-svn-id: svn://busybox.net/trunk/busybox@3994 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite/README')
-rw-r--r--testsuite/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/README b/testsuite/README
index a886b4217..b02dfa49c 100644
--- a/testsuite/README
+++ b/testsuite/README
@@ -1,6 +1,8 @@
1To run the test suite, change to this directory and run 1To run the test suite, change to this directory and run
2"./runtest". To only run the test cases for particular applets, 2"./runtest". It will run all of the test cases, and list those
3specify them as parameters to runtest. 3with unexpected outcomes. Adding the -v option will cause it to
4show expected outcomes as well. To only run the test cases for
5particular applets, specify them as parameters to runtest.
4 6
5The test cases for an applet reside in the subdirectory of the 7The test cases for an applet reside in the subdirectory of the
6applet name. The name of the test case should be the assertion 8applet name. The name of the test case should be the assertion