summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/CMakeLists.txt
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-06-10 14:59:31 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-06-10 14:59:31 +0000
commite23f73971dc3e5ec8b1b6431837941e671603338 (patch)
tree16d446c452ab1ecb3faed3858e27ea3b6108b1ff /searchcore/src/tests/proton/attribute/CMakeLists.txt
parent6c28b0a9d51e5fd8526cae1f26f7a244829499f1 (diff)
Rewrite attribute (writer) tests to use gtest.
Diffstat (limited to 'searchcore/src/tests/proton/attribute/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/attribute/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/attribute/CMakeLists.txt b/searchcore/src/tests/proton/attribute/CMakeLists.txt
index cd5318fac16..1f385628480 100644
--- a/searchcore/src/tests/proton/attribute/CMakeLists.txt
+++ b/searchcore/src/tests/proton/attribute/CMakeLists.txt
@@ -7,6 +7,7 @@ vespa_add_executable(searchcore_attribute_test_app TEST
searchcore_attribute
searchcore_flushengine
searchcore_pcommon
+ gtest
)
vespa_add_test(NAME searchcore_attribute_test_app COMMAND searchcore_attribute_test_app)