]> git.lyx.org Git - features.git/blob - development/autotests/README
Added basic automated testing capability, based on the MonKey Test (keytest.py) by...
[features.git] / development / autotests / README
1 Automated tests based on the "MonKey Testing" keytest program.
2
3 In order to launch all the tests available in this folder, just run
4
5   ./run-tests.sh
6
7 If you wish to launch one or more specific tests, then provide them
8 as argument to the script, e.g.:
9
10   ./run-tests.sh <whatever>*-in.txt
11
12 For failed tests you get a folder with the logs that help you identify
13 the problem.