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>bb10
parent
38f33e035f
commit
1dc7aed0e9
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue