]> icculus.org git repositories - duncan/yast2-qt4.git/blob - testsuite/y2qt.test/y2qt.exp
correctly pass the opt flags
[duncan/yast2-qt4.git] / testsuite / y2qt.test / y2qt.exp
1 #
2 # y2qt.exp
3 # 'main' file for all ui tests
4 #
5
6 # get all files matching tests/*.ui
7
8 set filenames [glob $srcdir/tests/*.ui]
9
10 # foreach file, call ui-run (from testsuite/lib)
11
12 foreach file $filenames { y2qt-run $file }