summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib.pro
Commit message (Collapse)AuthorAgeFilesLines
* Various fixes to autotests when using the symbian/linux-armcc mkspec.axis2010-06-291-0/+7
|
* Build and run QElapsedTimer test.Aaron McCarthy2010-03-181-0/+1
|
* Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-031-0/+102
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.