summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus.pro
Commit message (Collapse)AuthorAgeFilesLines
* tests: make tests compile or disable those which don't compileSergio Ahumada2011-12-071-0/+2
| | | | | | | | | These changes are mostly a backport from qtbase and a fix to those tests that are dependent on private APIs. Change-Id: I6e647583d7aaddf525d719c3b61f59a0c9aedf74 Reviewed-by: Rohan McGovern Reviewed-by: Friedemann Kleint
* Move the QDBusPerformance test to the tests/benchmark dirThiago Macieira2011-04-131-1/+0
|
* Add routines to validate D-Bus signature in QtDBusThiago Macieira2011-04-131-0/+1
|
* Remove qdbusserver from tests/auto/dbus.proRohan McGovern2010-05-141-1/+0
|
* Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-031-0/+20
Having the tests in separate projects allows for some optimization strategies when running the tests (e.g. start running corelib tests while the rest of Qt is still compiling), and allows developers to run only a subset of tests when appropriate.