summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qdbusxml2cpp/qdbusxml2cpp.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/qdbusxml2cpp/qdbusxml2cpp.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/qdbusxml2cpp/qdbusxml2cpp.pro')
-rw-r--r--tests/auto/tools/qdbusxml2cpp/qdbusxml2cpp.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/tools/qdbusxml2cpp/qdbusxml2cpp.pro b/tests/auto/tools/qdbusxml2cpp/qdbusxml2cpp.pro
new file mode 100644
index 0000000000..8c29ff47c4
--- /dev/null
+++ b/tests/auto/tools/qdbusxml2cpp/qdbusxml2cpp.pro
@@ -0,0 +1,5 @@
+CONFIG += testcase
+QT = core testlib
+TARGET = tst_qdbusxml2cpp
+SOURCES += tst_qdbusxml2cpp.cpp
+QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS