Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate generated tests from hand written ones. | Jedrzej Nowacki | 2010-11-01 | 1 | -0/+1 |
| | | | | | | QScriptValue test suit was way too big, so it was difficult to maintain. Reviewed-by: Kent Hansen | ||||
* | Add autotest for QScriptExtensionPlugin | Kent Hansen | 2010-10-29 | 1 | -0/+1 |
| | | | | It's only about four years overdue. | ||||
* | Move tests into separate .pro files, based on Qt module. | Rohan McGovern | 2010-03-03 | 1 | -0/+16 |
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. |