cppcheck/gui/test
Stefan Weil 57b57428c2 Fix some typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-11-27 11:40:42 +01:00
..
benchmark Fixed #7275 - Make GUI tests buildable 2016-01-08 15:21:36 +01:00
data Fix some typos in comments (found by codespell) 2016-11-27 11:40:42 +01:00
filelist Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
projectfile Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
translationhandler Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
xmlreport Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
xmlreportv1 Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
xmlreportv2 Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
common.pri Fixed #7275 - Make GUI tests buildable 2016-01-08 15:21:36 +01:00
readme.txt GUITESTS: Remove the running script. 2011-08-12 00:13:29 +03:00
test.pro BENCHMARKS: Add simple benchmark. 2011-06-22 22:24:49 +03:00

readme.txt

GUI tests + benchmark tests
===========================

As the GUI uses Qt framework, the GUI tests also use Qt's Testlib. This is
totally different test framework than lib/cli is using. By principle each
testcase is compiled as an own runnable binary.

Compiling
---------

To compile all the tests run in root directory of tests:
 - qmake ; make

You can also (re)compile single test by CD:ing to the directory where test
(source) resides and running:
 - qmake ; make

Running
-------

As each test is compiled as single executable binary you can run the test just
by running the executable.

You can get from
 http://bitbucket.org/kimmov/testrun
a script which runs all the tests and collects the results.