Step I: Setup the environment
- create the file ~/.testkateregression. The content of this file is a single line pointing to the folder of the checkout of the test regression suite data. For me this is
/home/dh/kde/tests/katetests/regression/ - Create the folder where you checkout the suite
mkdir /home/dh/kde/tests - Change to this folder
- Checkout the data:
svn co svn://anonsvn.kde.org/home/kde/trunk/tests/katetests
Step II: Run the test suite
- go to your build directory of kate (e.g. kdelibs/build/kate/tests/
- run the complete suite:
./testkateregression.shell - run specific tests, e.g. for the c indenter:
./testkateregression.shell -t indent/csmart
No comments:
Post a Comment