summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2012-03-22 13:12:21 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-26 03:42:10 +0200
commit1dc7aed0e9632c4da7aa1b182cd5198b913b912f (patch)
treedd776a6aa0cdd0457a3b2bcc1b2a7c5551b102d9 /tests
parent38f33e035fef3e649662c838b85528eeb23b79fe (diff)
Fixed qthreadstorage unittest to work from install directory
- Added install of crashonexit sub program Change-Id: I2cc3043d5c1b879665930552487b4fe54407fd25 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/thread/qthreadstorage/test/test.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/corelib/thread/qthreadstorage/test/test.pro b/tests/auto/corelib/thread/qthreadstorage/test/test.pro
index a7d8eb0106..cfbf5bf5a4 100644
--- a/tests/auto/corelib/thread/qthreadstorage/test/test.pro
+++ b/tests/auto/corelib/thread/qthreadstorage/test/test.pro
@@ -4,3 +4,7 @@ CONFIG -= app_bundle
CONFIG += console
QT = core testlib
SOURCES = ../tst_qthreadstorage.cpp
+
+load(testcase) # for installTestHelperApp()
+installTestHelperApp("../crashonexit/crashonexit",crashonexit,crashonexit)
+