| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
The generated `tests/auto/tmp' directory was causing this test to fail.
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
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.
|