From c68e5fc59ba8f0fd8b782a37df20ab9b7d7ecafa Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 22 Nov 2018 11:35:17 +0100 Subject: CMake: Add macro to generate cmake build-only tests In addition to cmake tests that run cmake, build and then run the tests of that project, also add a macro for tests that only run cmake. Use this new kind of test for the existing tests. Change-Id: I465600974ed4114e724988b309404ccd3db2e0cb Reviewed-by: Frederik Gladhorn --- cmake/tests/features/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake/tests/features/CMakeLists.txt') diff --git a/cmake/tests/features/CMakeLists.txt b/cmake/tests/features/CMakeLists.txt index e255b209c9..3cda8ebe26 100644 --- a/cmake/tests/features/CMakeLists.txt +++ b/cmake/tests/features/CMakeLists.txt @@ -40,5 +40,3 @@ include(QtPostProcess) ## Print a feature summary: feature_summary(WHAT PACKAGES_FOUND PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) - -add_executable(features ../main.cpp) -- cgit v1.2.3