summaryrefslogtreecommitdiffstats
path: root/documentapi
diff options
context:
space:
mode:
Diffstat (limited to 'documentapi')
-rw-r--r--documentapi/OWNERS3
-rw-r--r--documentapi/src/tests/loadtypes/CMakeLists.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/documentapi/OWNERS b/documentapi/OWNERS
index e030acdbc5b..8e9a0415de5 100644
--- a/documentapi/OWNERS
+++ b/documentapi/OWNERS
@@ -1 +1,2 @@
-freva
+vekterli
+baldersheim
diff --git a/documentapi/src/tests/loadtypes/CMakeLists.txt b/documentapi/src/tests/loadtypes/CMakeLists.txt
index 495c05c0e43..3e3e64310f8 100644
--- a/documentapi/src/tests/loadtypes/CMakeLists.txt
+++ b/documentapi/src/tests/loadtypes/CMakeLists.txt
@@ -1,10 +1,11 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+find_package(GTest REQUIRED)
vespa_add_executable(documentapi_loadtype_test_app TEST
SOURCES
loadtypetest.cpp
DEPENDS
documentapi
vdstestlib
- gtest
+ GTest::GTest
)
vespa_add_test(NAME documentapi_loadtype_test_app COMMAND documentapi_loadtype_test_app)