From 70f3e39a3395e93218d8bfbc8a3efa5c27766d98 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 22 Jun 2014 12:48:17 +0200 Subject: Add dummy cmake test for enginio. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The create_cmake.prf will check for the existence of the unit test, but the enginio files are known to be broken. Skip them as an exeption. Change-Id: I57aa7d0f61ad689a5c2d349a0bd4ad25111a9138 Reviewed-by: Oswald Buddenhagen Reviewed-by: Jędrzej Nowacki --- tests/auto/auto.pro | 1 + tests/auto/cmake/CMakeLists.txt | 8 ++++++++ tests/auto/cmake/cmake.pro | 7 +++++++ 3 files changed, 16 insertions(+) create mode 100644 tests/auto/cmake/CMakeLists.txt create mode 100644 tests/auto/cmake/cmake.pro diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 83030ed..817c5f6 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,6 +1,7 @@ TEMPLATE = subdirs SUBDIRS += \ +# cmake \ enginioclient \ files \ notifications \ diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt new file mode 100644 index 0000000..6bd9e4c --- /dev/null +++ b/tests/auto/cmake/CMakeLists.txt @@ -0,0 +1,8 @@ + +cmake_minimum_required(VERSION 2.8) + +project(qmake_cmake_files) + +enable_testing() + +add_test(dummy ${CMAKE_COMMAND} -E echo) diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro new file mode 100644 index 0000000..88b28cf --- /dev/null +++ b/tests/auto/cmake/cmake.pro @@ -0,0 +1,7 @@ + +# Cause make to do nothing. +TEMPLATE = subdirs + +CMAKE_QT_MODULES_UNDER_TEST = enginio + +CONFIG += ctest_testcase -- cgit v1.2.1