Modularized tst_bic and add some helper functions for global test

This commit is contained in:
Liang Qi 2011-03-22 16:13:21 +01:00 committed by axis
parent 2e1af58417
commit 6a1d5f8723

12
tests/global/global.cfg Normal file
View File

@ -0,0 +1,12 @@
<config>
<modules>
<module name="QtCore" qtname="core"/>
<module name="QtDBus" qtname="dbus"/>
<module name="QtGui" qtname="gui"/>
<module name="QtNetwork" qtname="network"/>
<module name="QtOpenGL" qtname="opengl"/>
<module name="QtTest" qtname="testlib"/>
<module name="QtXml" qtname="xml"/>
<module name="QtSql" qtname="sql"/>
</modules>
</config>