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/global/qlogging/test/test.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/auto/corelib/global/qlogging/test') diff --git a/tests/auto/corelib/global/qlogging/test/test.pro b/tests/auto/corelib/global/qlogging/test/test.pro index 57e9ba30ae..d791f9ca76 100644 --- a/tests/auto/corelib/global/qlogging/test/test.pro +++ b/tests/auto/corelib/global/qlogging/test/test.pro @@ -4,5 +4,4 @@ TARGET = ../tst_qlogging QT = core testlib SOURCES = ../tst_qlogging.cpp -load(testcase) # for target.path and installTestHelperApp() -installTestHelperApp("../app/app",app,app) +TEST_HELPER_INSTALLS = ../app/app -- cgit v1.2.3