]> icculus.org git repositories - duncan/yast2-qt4.git/blob - testsuite/README
follow the widget state - for reference: you don't
[duncan/yast2-qt4.git] / testsuite / README
1 Qt testsuite
2
3 The Qt testsuite test the y2qt component by running all
4 .ui files in the qt.test directory (qt.test/*.ui) through
5 runqt.
6
7 Every run results in a stdout and stderr output which is
8 checked agains .out and .err respectively.
9
10 The file lib/qt.exp defines a function which runs all tests
11 contained in qt.test (i.e. makes a 'glob' on qt.test/*.ui)
12
13 For every .ui file you put in tests, you must create the proper
14 .out and .err file with the following command
15
16 runqt file.ui > file.out 2> file.err