From bcf20e122a037b9679ca47d3b95986db9f49c915 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Fri, 22 Jun 2012 12:03:39 +1000 Subject: 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 Reviewed-by: Kurt Korbatits --- tests/auto/corelib/tools/qlocale/test/test.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/auto/corelib/tools/qlocale/test/test.pro') diff --git a/tests/auto/corelib/tools/qlocale/test/test.pro b/tests/auto/corelib/tools/qlocale/test/test.pro index 4bb409a204..05c74d7197 100644 --- a/tests/auto/corelib/tools/qlocale/test/test.pro +++ b/tests/auto/corelib/tools/qlocale/test/test.pro @@ -14,7 +14,6 @@ win32 { } } -load(testcase) # for target.path and installTestHelperApp() -installTestHelperApp("../syslocaleapp/syslocaleapp",syslocaleapp,syslocaleapp) +TEST_HELPER_INSTALLS = ../syslocaleapp/syslocaleapp win32:CONFIG+= insignificant_test # QTBUG-25284 -- cgit v1.2.3