diff options
author | jan Iversen <jani@apache.org> | 2018-08-06 17:50:08 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-12 11:30:19 -0700 |
commit | 3174c7156371f64efedcf19281ea0dc565f23bf8 (patch) | |
tree | 28646b95d3b406a61b9f98305f7e5669b12af391 /tests/CMakeLists.txt | |
parent | 75ce813a27fc22fca8e4b1c7484333235c9caea6 (diff) | |
download | subsurface-3174c7156371f64efedcf19281ea0dc565f23bf8.tar.gz |
tests: add qPrefLocationService testcases
add test cases to secure struct preferences and qPrefLocationService work together
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 882f0e03a..ecbcd4fc4 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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 |