Fixed qthreadstorage unittest to work from install directory
authorKurt Korbatits <kurt.korbatits@nokia.com>
Thu, 22 Mar 2012 03:12:21 +0000 (13:12 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 26 Mar 2012 01:42:10 +0000 (03:42 +0200)
- Added install of crashonexit sub program

Change-Id: I2cc3043d5c1b879665930552487b4fe54407fd25
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/thread/qthreadstorage/test/test.pro

index a7d8eb0..cfbf5bf 100644 (file)
@@ -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)
+