From 2fac1d95f7094f6ff086e2f8de9c51f6ef1270c4 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 3 Jul 2013 00:13:38 +0200 Subject: Add a unit test for testing Qt in its install location. Change-Id: Ide70affa28f0ec37535b5a4ce1bcafac8ac58351 Reviewed-by: Stephen Kelly --- tests/auto/auto.pro | 5 ++++- tests/auto/installed_cmake/installed_cmake.pro | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 tests/auto/installed_cmake/installed_cmake.pro (limited to 'tests/auto') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 7f9281c70f..b64fc073ba 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -6,6 +6,9 @@ SUBDIRS=\ particles \ qmltest \ qmldevtools \ - cmake + cmake \ + installed_cmake + +installed_cmake.depends = cmake testcocoon: SUBDIRS -= headersclean diff --git a/tests/auto/installed_cmake/installed_cmake.pro b/tests/auto/installed_cmake/installed_cmake.pro new file mode 100644 index 0000000000..14d0b283d6 --- /dev/null +++ b/tests/auto/installed_cmake/installed_cmake.pro @@ -0,0 +1,4 @@ +include(../cmake/cmake.pro) + +CONFIG -= ctest_testcase +CONFIG += ctest_testcase_installed -- cgit v1.2.3