Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: make tests compile or disable those which don't compile | Sergio Ahumada | 2011-12-07 | 1 | -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 dir | Thiago Macieira | 2011-04-13 | 1 | -1/+0 |
| | |||||
* | Add routines to validate D-Bus signature in QtDBus | Thiago Macieira | 2011-04-13 | 1 | -0/+1 |
| | |||||
* | Remove qdbusserver from tests/auto/dbus.pro | Rohan McGovern | 2010-05-14 | 1 | -1/+0 |
| | |||||
* | Move tests into separate .pro files, based on Qt module. | Rohan McGovern | 2010-03-03 | 1 | -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. |