mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
tests: add qPrefTechincalDetails testcases
add test cases to secure struct preferences and qPrefTechnicalDetails work together Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
cb2dc7515b
commit
863c04f3f7
3 changed files with 361 additions and 0 deletions
|
@ -108,6 +108,7 @@ TEST(TestQPrefDiveComputer testqPrefDiveComputer.cpp)
|
|||
TEST(TestQPrefDivePlanner testqPrefDivePlanner.cpp)
|
||||
TEST(TestQPrefFacebook testqPrefFacebook.cpp)
|
||||
TEST(TestQPrefProxy testqPrefProxy.cpp)
|
||||
TEST(TestQPrefTechnicalDetails testqPrefTechnicalDetails.cpp)
|
||||
TEST(TestQPrefUnits testqPrefUnits.cpp)
|
||||
TEST(TestQPrefUpdateManager testqPrefUpdateManager.cpp)
|
||||
add_test(NAME TestQML COMMAND $<TARGET_FILE:TestQML> ${SUBSURFACE_SOURCE}/tests)
|
||||
|
@ -135,6 +136,7 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
|
|||
TestQPrefDivePlanner
|
||||
TestQPrefFacebook
|
||||
TestQPrefProxy
|
||||
TestQPrefTechnicalDetails
|
||||
TestQPrefUnits
|
||||
TestQPrefUpdateManager
|
||||
TestQML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue