summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/assert
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2011-12-13 15:19:39 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-14 07:15:46 +0100
commit0c9b050f918528eebdeb0819a02842a97263a963 (patch)
treee1b6ab7929e5687479f1ed532743fe989d71be2f /tests/auto/testlib/selftests/assert
parentab272fff56be6a7f37d30943c2927ceb32a409f3 (diff)
Fix testlib selftests on shadow build.
Changed to use QT_INSTALL_TESTS to install subtests. Change-Id: I4a2a7bd2d3e7d6da34dbb922bf377bee98cdedb0 Reviewed-by: Kurt Korbatits <kurt.korbatits@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/testlib/selftests/assert')
-rw-r--r--tests/auto/testlib/selftests/assert/assert.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/assert/assert.pro b/tests/auto/testlib/selftests/assert/assert.pro
index cfc6a0c6b3..fcde0384e4 100644
--- a/tests/auto/testlib/selftests/assert/assert.pro
+++ b/tests/auto/testlib/selftests/assert/assert.pro
@@ -5,3 +5,8 @@ mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
TARGET = assert
+
+# This app is testdata for tst_selftests
+target.path = $$[QT_INSTALL_TESTS]/tst_selftests/$$TARGET
+INSTALLS += target
+