From efb592503afb38073bb005850272af03c8500d3f Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 2 Jul 2013 13:59:04 +0200 Subject: 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 --- tests/auto/auto.pro | 3 ++- tests/auto/installed_cmake/installed_cmake.pro | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 tests/auto/installed_cmake/installed_cmake.pro (limited to 'tests') 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 diff --git a/tests/auto/installed_cmake/installed_cmake.pro b/tests/auto/installed_cmake/installed_cmake.pro new file mode 100644 index 0000000000..e0856a54a9 --- /dev/null +++ b/tests/auto/installed_cmake/installed_cmake.pro @@ -0,0 +1,5 @@ + +include(../cmake/cmake.pro) + +CONFIG -= ctest_testcase +CONFIG += ctest_testcase_installed -- cgit v1.2.3