GUITESTS: Add short mention of tests to gui readme.

This commit is contained in:
Kimmo Varis 2011-06-18 13:11:05 +03:00
parent 6bae7b0f0f
commit 82f436c367
1 changed files with 9 additions and 0 deletions

View File

@ -37,3 +37,12 @@ prompt/console, go to gui directory and run command:
These commands generate makefiles to actually build the software. After that
the actual building is done in IDE or command line as usual. Note that you
don't need to run qmake again unless you add/remove files from the project.
Tests
-----
There are tests for the GUI in gui/test -directory. There is test.pro
-projectfile for building all the tests. Each test is in own subdirectory and
builds own binary. Test is run by simple running that binary. The binary also
has several options to select tests etc. You can get the help by running
"binaryname -help" -command.