summaryrefslogtreecommitdiffstats
path: root/tests/auto/script.pro
Commit message (Collapse)AuthorAgeFilesLines
* Separate generated tests from hand written ones.Jedrzej Nowacki2010-11-011-0/+1
| | | | | | QScriptValue test suit was way too big, so it was difficult to maintain. Reviewed-by: Kent Hansen
* Add autotest for QScriptExtensionPluginKent Hansen2010-10-291-0/+1
| | | | It's only about four years overdue.
* Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-031-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.