summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmatrixnxn/qmatrixnxn.pro
Commit message (Collapse)AuthorAgeFilesLines
* tests: eliminated usage of qttest_p4.prfSergio Ahumada2011-12-251-1/+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
* Move math3d unit tests up one level to tests/autoRhys Weatherley2009-08-181-0/+2
Some of the platform test infrastructure assumes that all unit tests are sub-directories under tests/auto, and the tests/auto/math3d sub-directory was confusing that infrastructure. Reviewed-by: trustme