mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
tests: add qPrefGeneral testcases
add test cases to secure struct preferences and qPrefGeneral work together Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
691025fa24
commit
4ba458318c
3 changed files with 205 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(TestQPrefGeneral testqPrefGeneral.cpp)
|
||||
TEST(TestQPrefGeocoding testqPrefGeocoding.cpp)
|
||||
TEST(TestQPrefLanguage testqPrefLanguage.cpp)
|
||||
TEST(TestQPrefLocationService testqPrefLocationService.cpp)
|
||||
|
@ -139,6 +140,7 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
|
|||
TestQPrefDiveComputer
|
||||
TestQPrefDivePlanner
|
||||
TestQPrefFacebook
|
||||
TestQPrefGeneral
|
||||
TestQPrefGeocoding
|
||||
TestQPrefLanguage
|
||||
TestQPrefLocationService
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue