You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Your Name 75553ebd31
添加 cppcheck 源码文件夹
3 months ago
..
cppchecklibrarydata 添加 cppcheck 源码文件夹 3 months ago
data 添加 cppcheck 源码文件夹 3 months ago
filelist 添加 cppcheck 源码文件夹 3 months ago
projectfile 添加 cppcheck 源码文件夹 3 months ago
translationhandler 添加 cppcheck 源码文件夹 3 months ago
xmlreportv2 添加 cppcheck 源码文件夹 3 months ago
CMakeLists.txt 添加 cppcheck 源码文件夹 3 months ago
common.pri 添加 cppcheck 源码文件夹 3 months ago
readme.txt 添加 cppcheck 源码文件夹 3 months ago
test.pro 添加 cppcheck 源码文件夹 3 months ago

readme.txt

GUI 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.