diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c5c611095..1ae98574f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -116,6 +116,10 @@ TEST(TestPicture testpicture.cpp) TEST(TestMerge testmerge.cpp) TEST(TestTagList testtaglist.cpp) +if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") +TEST(TestPlannerShared testplannershared.cpp) +endif() + TEST(TestQPrefCloudStorage testqPrefCloudStorage.cpp) TEST(TestQPrefDisplay testqPrefDisplay.cpp) TEST(TestQPrefDiveComputer testqPrefDiveComputer.cpp) @@ -150,6 +154,10 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} TestMerge TestTagList +if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") + TestPlannerShared +endif() + TestQPrefCloudStorage TestQPrefDisplay TestQPrefDiveComputer |