mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
tests: add qPrefLocationService testcases
add test cases to secure struct preferences and qPrefLocationService work together Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
75ce813a27
commit
3174c71563
3 changed files with 115 additions and 0 deletions
|
@ -107,6 +107,7 @@ TEST(TestQPrefDisplay testqPrefDisplay.cpp)
|
|||
TEST(TestQPrefDiveComputer testqPrefDiveComputer.cpp)
|
||||
TEST(TestQPrefDivePlanner testqPrefDivePlanner.cpp)
|
||||
TEST(TestQPrefFacebook testqPrefFacebook.cpp)
|
||||
TEST(TestQPrefLocationService testqPrefLocationService.cpp)
|
||||
TEST(TestQPrefProxy testqPrefProxy.cpp)
|
||||
TEST(TestQPrefTechnicalDetails testqPrefTechnicalDetails.cpp)
|
||||
TEST(TestQPrefUnits testqPrefUnits.cpp)
|
||||
|
@ -135,6 +136,7 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
|
|||
TestQPrefDiveComputer
|
||||
TestQPrefDivePlanner
|
||||
TestQPrefFacebook
|
||||
TestQPrefLocationService
|
||||
TestQPrefProxy
|
||||
TestQPrefTechnicalDetails
|
||||
TestQPrefUnits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue