From 5601104ba52e61a09dac822f52090f83e591253e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 10 Feb 2020 10:33:25 -0800 Subject: tests: don't build PlannerShared Once we start using the commands on mobile, the dependencies for this test break. And since we have disabled the failed attempt to create a planner for mobile, there's no point running these tests right now. Signed-off-by: Dirk Hohndel --- tests/CMakeLists.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1872ea0b0..c2e10dc63 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -118,9 +118,9 @@ TEST(TestPicture testpicture.cpp) TEST(TestMerge testmerge.cpp) TEST(TestTagList testtaglist.cpp) -if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") -TEST(TestPlannerShared testplannershared.cpp) -endif() +#if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") +#TEST(TestPlannerShared testplannershared.cpp) +#endif() TEST(TestQPrefCloudStorage testqPrefCloudStorage.cpp) TEST(TestQPrefDisplay testqPrefDisplay.cpp) @@ -140,9 +140,10 @@ TEST(TestQPrefUnits testqPrefUnits.cpp) TEST(TestQPrefUpdateManager testqPrefUpdateManager.cpp) add_test(NAME TestQML COMMAND $ -input ${SUBSURFACE_SOURCE}/tests) -if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") - set(TEST_PLANNER_SHARED TestPlannerShared) -endif() +# this is currently broken +#if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") +# set(TEST_PLANNER_SHARED TestPlannerShared) +#endif() add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} DEPENDS -- cgit v1.2.3-70-g09d2