diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-09-11 17:01:16 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-09-13 11:21:34 -0700 |
commit | 2a0d14b10065540d7d709950c0005bed459f5e82 (patch) | |
tree | 0aed144e712bc68126d9f3eb471f3c449414683b /tests/CMakeLists.txt | |
parent | 6f813b9f8e58a7b6529e3be728e0ae37e8401400 (diff) | |
download | subsurface-2a0d14b10065540d7d709950c0005bed459f5e82.tar.gz |
core: remove location service preferences
Including the related tests.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7f93c3c6a..d86c976dc 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -137,7 +137,6 @@ TEST(TestQPrefEquipment testqPrefEquipment.cpp) TEST(TestQPrefMedia testqPrefMedia.cpp) TEST(TestQPrefGeocoding testqPrefGeocoding.cpp) TEST(TestQPrefLanguage testqPrefLanguage.cpp) -TEST(TestQPrefLocationService testqPrefLocationService.cpp) TEST(TestQPrefPartialPressureGas testqPrefPartialPressureGas.cpp) TEST(TestQPrefProxy testqPrefProxy.cpp) TEST(TestQPrefTechnicalDetails testqPrefTechnicalDetails.cpp) @@ -174,7 +173,6 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} TestQPrefMedia TestQPrefGeocoding TestQPrefLanguage - TestQPrefLocationService TestQPrefPartialPressureGas TestQPrefProxy TestQPrefTechnicalDetails |