summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/tools.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-04-03 18:26:27 -0300
committerQt by Nokia <qt-info@nokia.com>2012-04-21 01:18:56 +0200
commit33371c016e13dadcf7535e11e38065ab193b2c6e (patch)
tree9bdd745d2dd10ca08ca0318d5963d57d2abac7f4 /tests/auto/tools/tools.pro
parent80ad5938ea20f1dc91636cee10ca04bba94929e8 (diff)
Add unit testing for the qdbusxml2cpp tool
I have not added tests for warnings or other failure to input. This tests only proper output for the moment. Change-Id: Ie01fd2a78adfa57c27bf288a08cd44ae82f51241 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/tools/tools.pro')
-rw-r--r--tests/auto/tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/tools.pro b/tests/auto/tools/tools.pro
index 0a2821773f..4cc3d62a43 100644
--- a/tests/auto/tools/tools.pro
+++ b/tests/auto/tools/tools.pro
@@ -5,4 +5,4 @@ SUBDIRS=\
moc \
rcc \
-contains(QT_CONFIG, dbus):SUBDIRS += qdbuscpp2xml
+contains(QT_CONFIG, dbus):SUBDIRS += qdbuscpp2xml qdbusxml2cpp