mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
80b55b9e85
commit
e9301690ce
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue