Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unit tests for QMimeData. | Robin Burchell | 2010-07-14 | 1 | -0/+1 |
| | | | | | Merge-request: 2428 Reviewed-by: Andreas Kling <andreas.kling@nokia.com> | ||||
* | Various fixes to autotests when using the symbian/linux-armcc mkspec. | axis | 2010-06-29 | 1 | -0/+8 |
| | |||||
* | Autotest: oops, fix oops: remove qguard from auto.pro | Thiago Macieira | 2010-03-27 | 1 | -1/+0 |
| | |||||
* | Added missing tests to tests/auto/*.pro | Rohan McGovern | 2010-03-07 | 1 | -0/+1 |
| | |||||
* | Fixed duplicate entry for windowsmobile in tests/auto/*.pro | Rohan McGovern | 2010-03-04 | 1 | -1/+0 |
| | |||||
* | Move tests into separate .pro files, based on Qt module. | Rohan McGovern | 2010-03-03 | 1 | -0/+223 |
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. |