summaryrefslogtreecommitdiffstats
path: root/tests/auto/bic/tst_bic.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-09-28 20:28:48 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2010-09-28 20:29:18 +0200
commit441c67d8dfce46e5837cefa6a86d426d811bb671 (patch)
treebd4177c917aaec8a3e137032c9f0fe0a7ae3164d /tests/auto/bic/tst_bic.cpp
parente0cb220724a819254c1509bb9afadd0255e7d6a6 (diff)
Autotest: also enable testing of QtDeclarative
Diffstat (limited to 'tests/auto/bic/tst_bic.cpp')
-rw-r--r--tests/auto/bic/tst_bic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/bic/tst_bic.cpp b/tests/auto/bic/tst_bic.cpp
index 400fcc11e3..cd1d5ca750 100644
--- a/tests/auto/bic/tst_bic.cpp
+++ b/tests/auto/bic/tst_bic.cpp
@@ -149,6 +149,7 @@ void tst_Bic::initTestCase_data()
QTest::newRow("QtDBus") << "QtDBus";
#endif
QTest::newRow("QtDesigner") << "QtDesigner";
+ QTest::newRow("QtDeclarative") << "QtDeclarative";
QTest::newRow("QtMultimedia") << "QtMultimedia";
QTest::newRow("QtNetwork") << "QtNetwork";
QTest::newRow("QtOpenGL") << "QtOpenGL";