summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-30 22:05:13 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-31 07:43:19 +0900
commite9301690ce7bda961bc8852e513c950bef4aeebe (patch)
tree2ff8167b5bcb1f1608420b6599144176f168df21 /tests
parent80b55b9e8515bcb960aa04058c6a04e4da5d3c74 (diff)
downloadsubsurface-e9301690ce7bda961bc8852e513c950bef4aeebe.tar.gz
tests: corrected typo in CMakeFiles.txt
This typo caused that testplannershared was not available in neither desktop nor mobil. Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 67ee08193..fde1210b0 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -139,7 +139,7 @@ TEST(TestQPrefUpdateManager testqPrefUpdateManager.cpp)
add_test(NAME TestQML COMMAND $<TARGET_FILE:TestQML> -input ${SUBSURFACE_SOURCE}/tests)
if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable")
- set(TEST_PLANNER_SHARDE TestPlannerShared)
+ set(TEST_PLANNER_SHARED TestPlannerShared)
endif()
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}