Commit | Line | Data |
---|---|---|
1 | Using the ust test suite. | |
2 | ||
3 | Running | |
4 | ./runtests | |
5 | runs all the tests once. The output is in TAP format. | |
6 | ||
7 | Running | |
8 | ./test_loop | |
9 | runs the test in a loop. This is useful to check for errors that would not | |
10 | always happen. |