diff options
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 a886b4217..b02dfa49c 100644 --- a/testsuite/README +++ b/testsuite/README | |||
@@ -1,6 +1,8 @@ | |||
1 | To run the test suite, change to this directory and run | 1 | To 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 |
3 | specify them as parameters to runtest. | 3 | with unexpected outcomes. Adding the -v option will cause it to |
4 | show expected outcomes as well. To only run the test cases for | ||
5 | particular applets, specify them as parameters to runtest. | ||
4 | 6 | ||
5 | The test cases for an applet reside in the subdirectory of the | 7 | The test cases for an applet reside in the subdirectory of the |
6 | applet name. The name of the test case should be the assertion | 8 | applet name. The name of the test case should be the assertion |