summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiler/compiler.pro
Commit message (Collapse)AuthorAgeFilesLines
* tests: eliminated usage of qttest_p4.prfSergio Ahumada2011-12-251-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
* Test naming convention fixes.Rohan McGovern2009-08-121-0/+7
Make sure the testcase and directory name are the same (excluding `tst_').