summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/common/location/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/common/location/CMakeLists.txt')
-rw-r--r--searchlib/src/tests/common/location/CMakeLists.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/searchlib/src/tests/common/location/CMakeLists.txt b/searchlib/src/tests/common/location/CMakeLists.txt
index 64a894096d5..ea0d96529e1 100644
--- a/searchlib/src/tests/common/location/CMakeLists.txt
+++ b/searchlib/src/tests/common/location/CMakeLists.txt
@@ -1,8 +1,9 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(searchlib_location_test_app TEST
+vespa_add_executable(searchlib_geo_location_test_app TEST
SOURCES
- location_test.cpp
+ geo_location_test.cpp
DEPENDS
searchlib
+ GTest::GTest
)
-vespa_add_test(NAME searchlib_location_test_app COMMAND searchlib_location_test_app)
+vespa_add_test(NAME searchlib_geo_location_test_app COMMAND searchlib_geo_location_test_app)