Changed selftests unittest to work from installation directory.
authorKurt Korbatits <kurt.korbatits@nokia.com>
Tue, 10 Jan 2012 00:38:51 +0000 (10:38 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 11 Jan 2012 03:09:26 +0000 (04:09 +0100)
commit28bfa8f6cc62306ada0fbd4e367f4b99748ca606
tree05d7650330e5698d0b20f65d808882eef3fb4d20
parent008a1573af06b8e5e6e7a212feecd9ba35731e81
Changed selftests unittest to work from installation directory.

- All subprograms installed as part of test instead of separate installs
- Added installTestHelperApp() to testcase.prf

Change-Id: I02fbbb299f095054c9216ad0e5f91f574fb0fe3d
Reviewed-by: Kurt Korbatits <kurt.korbatits@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
38 files changed:
mkspecs/features/testcase.prf
tests/auto/testlib/selftests/assert/assert.pro
tests/auto/testlib/selftests/badxml/badxml.pro
tests/auto/testlib/selftests/benchlibcallgrind/benchlibcallgrind.pro
tests/auto/testlib/selftests/benchlibeventcounter/benchlibeventcounter.pro
tests/auto/testlib/selftests/benchliboptions/benchliboptions.pro
tests/auto/testlib/selftests/cmptest/cmptest.pro
tests/auto/testlib/selftests/commandlinedata/commandlinedata.pro
tests/auto/testlib/selftests/crashes/crashes.pro
tests/auto/testlib/selftests/datatable/datatable.pro
tests/auto/testlib/selftests/datetime/datetime.pro
tests/auto/testlib/selftests/differentexec/differentexec.pro
tests/auto/testlib/selftests/exceptionthrow/exceptionthrow.pro
tests/auto/testlib/selftests/expectfail/expectfail.pro
tests/auto/testlib/selftests/failinit/failinit.pro
tests/auto/testlib/selftests/failinitdata/failinitdata.pro
tests/auto/testlib/selftests/fetchbogus/fetchbogus.pro
tests/auto/testlib/selftests/findtestdata/findtestdata.pro
tests/auto/testlib/selftests/float/float.pro
tests/auto/testlib/selftests/globaldata/globaldata.pro
tests/auto/testlib/selftests/longstring/longstring.pro
tests/auto/testlib/selftests/maxwarnings/maxwarnings.pro
tests/auto/testlib/selftests/multiexec/multiexec.pro
tests/auto/testlib/selftests/printdatatags/printdatatags.pro
tests/auto/testlib/selftests/printdatatagswithglobaltags/printdatatagswithglobaltags.pro
tests/auto/testlib/selftests/qexecstringlist/qexecstringlist.pro
tests/auto/testlib/selftests/selftests.pri [new file with mode: 0644]
tests/auto/testlib/selftests/selftests.pro
tests/auto/testlib/selftests/singleskip/singleskip.pro
tests/auto/testlib/selftests/skip/skip.pro
tests/auto/testlib/selftests/skipinit/skipinit.pro
tests/auto/testlib/selftests/skipinitdata/skipinitdata.pro
tests/auto/testlib/selftests/sleep/sleep.pro
tests/auto/testlib/selftests/strcmp/strcmp.pro
tests/auto/testlib/selftests/subtest/subtest.pro
tests/auto/testlib/selftests/test/test.pro
tests/auto/testlib/selftests/warnings/warnings.pro
tests/auto/testlib/selftests/xunit/xunit.pro