Avoid load(testcase) for installing test helper apps
authorRohan McGovern <rohan.mcgovern@nokia.com>
Fri, 22 Jun 2012 02:03:39 +0000 (12:03 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Jul 2012 00:46:27 +0000 (02:46 +0200)
commitbcf20e122a037b9679ca47d3b95986db9f49c915
tree956b1c3f1d02159d3d116bd98a29d66f36671aad
parent10edf63174414cc95165c4fc14a3278e944dfbe2
Avoid load(testcase) for installing test helper apps

Make test projects declare TEST_HELPER_INSTALLS rather than calling a
function exported by testcase.prf.  load(testcase) may be unsafe, as
testcase.prf should be processed after default_post.prf.

Fixes silent disabling of various autotests.

Change-Id: I56b35ffd653a637ad5ab18d64dd1a1edadfac59f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Kurt Korbatits <kurt.korbatits@nokia.com>
mkspecs/features/testcase.prf
tests/auto/corelib/global/qlogging/test/test.pro
tests/auto/corelib/io/qprocess/test/test.pro
tests/auto/corelib/kernel/qobject/test/test.pro
tests/auto/corelib/thread/qthreadstorage/test/test.pro
tests/auto/corelib/tools/qlocale/test/test.pro
tests/auto/gui/kernel/qclipboard/test/test.pro
tests/auto/network/access/qnetworkreply/test/test.pro
tests/auto/network/bearer/qnetworksession/test/test.pro
tests/auto/testlib/selftests/test/test.pro
tests/auto/widgets/kernel/qapplication/test/test.pro