From 82f436c36748f8c51a0648c306dc21d4e33f1e98 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sat, 18 Jun 2011 13:11:05 +0300 Subject: [PATCH] GUITESTS: Add short mention of tests to gui readme. --- readme_gui.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme_gui.txt b/readme_gui.txt index 2b701a0c3..037c254b2 100644 --- a/readme_gui.txt +++ b/readme_gui.txt @@ -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. +