cppcheck/gui/test
Paul Fultz II 7f358b2bed
Format with uncrustify (#3388)
2021-08-07 20:51:18 +02:00
..
benchmark Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
cppchecklibrarydata Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
data Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
filelist Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
projectfile Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
translationhandler Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
xmlreportv2 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
common.pri Travis: Try to reactivate the gui/test tests 2019-04-19 11:57:52 +02:00
readme.txt GUITESTS: Remove the running script. 2011-08-12 00:13:29 +03:00
test.pro Travis: Try to reactivate the gui/test tests 2019-04-19 11:57:52 +02: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.