summaryrefslogtreecommitdiffstats
path: root/tests/auto/maketestselftest
Commit message (Collapse)AuthorAgeFilesLines
* Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-031-14/+19
| | | | | | | 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.
* Fixed failure of maketestselftest with vcproj generator.Rohan McGovern2010-02-171-1/+3
|
* Fixed maketestselftest failure with some MSVC versions.Rohan McGovern2010-02-021-0/+3
| | | | The generated `tests/auto/tmp' directory was causing this test to fail.
* Fix copyright year.Jason McDonald2010-01-191-1/+1
| | | | Reviewed-by: Trust Me
* Add a selftest for tests/auto/auto.pro.Rohan McGovern2010-01-142-0/+109
This selftest enforces that tests/auto/auto.pro is properly maintained. It may be extended to check other elements of the environment necessary for autotests to run correctly.