Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: eliminated usage of qttest_p4.prf | Sergio Ahumada | 2011-12-25 | 1 | -2/+3 |
| | | | | | | | | | qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: If1f16810614f7965dc7d5bf680effed911bee114 Reviewed-by: Jason McDonald | ||||
* | QtCore autotests: make them paralelized. | Olivier Goffart | 2010-11-10 | 1 | -0/+1 |
| | | | | | | | | | | | The filesystem autotests are not paralized (because i was scary) For reference, script I used: cat corelib.pro | grep -v "=" | grep \\\\ | cut -f1 -d\\ | sed "s/\(.*\) /\1/" | grep -v file | xargs -I{} echo "echo CONFIG += parallel_test >> {}/{}.pro" > t . t Reviexed-by: Joao | ||||
* | Long live Qt for S60! | axis | 2009-04-24 | 1 | -0/+3 |