diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-30 22:05:13 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-31 07:43:19 +0900 |
commit | e9301690ce7bda961bc8852e513c950bef4aeebe (patch) | |
tree | 2ff8167b5bcb1f1608420b6599144176f168df21 /tests | |
parent | 80b55b9e8515bcb960aa04058c6a04e4da5d3c74 (diff) | |
download | subsurface-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.txt | 2 |
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} |