Add unit testing for the qdbusxml2cpp tool
authorThiago Macieira <thiago.macieira@intel.com>
Tue, 3 Apr 2012 21:26:27 +0000 (18:26 -0300)
committerQt by Nokia <qt-info@nokia.com>
Fri, 20 Apr 2012 23:18:56 +0000 (01:18 +0200)
commit33371c016e13dadcf7535e11e38065ab193b2c6e
tree9bdd745d2dd10ca08ca0318d5963d57d2abac7f4
parent80ad5938ea20f1dc91636cee10ca04bba94929e8
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>
tests/auto/tools/qdbusxml2cpp/qdbusxml2cpp.pro [new file with mode: 0644]
tests/auto/tools/qdbusxml2cpp/tst_qdbusxml2cpp.cpp [new file with mode: 0644]
tests/auto/tools/tools.pro