From 695950b15a3ab272032f7bd4829ba57044735a70 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 18 Nov 2020 19:54:30 -0800 Subject: build-system: fix tests in mobile builds We can no longer build TestPictures in mobile builds. Signed-off-by: Dirk Hohndel --- tests/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d89b47e8c..7f93c3c6a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -116,7 +116,10 @@ TEST(TestRenumber testrenumber.cpp) # this keeps randomly failing and I don't understand why # too many false positives, so disabling this test for now TEST(TestGitStorage testgitstorage.cpp storageconfig) +if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "DesktopExecutable") TEST(TestPicture testpicture.cpp) +set(TEST_PICTURE TestPicture) +endif() TEST(TestMerge testmerge.cpp) TEST(TestTagList testtaglist.cpp) @@ -157,7 +160,7 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} TestAirPressure TestDiveSiteDuplication TestRenumber - TestPicture + ${TEST_PICTURE} TestMerge TestTagList ${TEST_PLANNER_SHARED} -- cgit v1.2.3-70-g09d2