summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-07-02 13:59:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-02 23:08:54 +0200
commitefb592503afb38073bb005850272af03c8500d3f (patch)
tree87c4fcdf62dbd738b67849c207139cfa9d55ed2b /tests/auto/auto.pro
parent5782fc2fa4bfd729fdf4f8606dfb974d7b5cd054 (diff)
Add a unit test for testing Qt in its install location.
The Qt CI system runs the unit tests after installation, but with the qmake in the build directory. This means that the installed content is not unit tested. Add an additional cmake unit test to test the files in the install location. The new test is marked insignificant for now until the true effect on the CI system is known. Task-number: QTBUG-27315 Change-Id: If9f12e88cfc741946cfabc25dbf789a11a2af4b8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 758d89ab72..5d424c0a19 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -14,7 +14,8 @@ SUBDIRS += \
other \
widgets \
printsupport \
- cmake
+ cmake \
+ installed_cmake
wince*: SUBDIRS -= printsupport
cross_compile: SUBDIRS -= tools