summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attributes_state_explorer/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-04-08 18:37:46 +0200
committerTor Egge <Tor.Egge@online.no>2021-04-08 18:37:46 +0200
commite7a87bcc61345ecbf052a9af1ea6de48f247ce2c (patch)
treee704f34acae631fcf1846889d67a9737db633f24 /searchcore/src/tests/proton/attribute/attributes_state_explorer/CMakeLists.txt
parenteff866c032cc63600073e8874502d2454ea58eda (diff)
Report hash and B-tree memory usage separately for enum store dictionary.
Diffstat (limited to 'searchcore/src/tests/proton/attribute/attributes_state_explorer/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/attribute/attributes_state_explorer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/attribute/attributes_state_explorer/CMakeLists.txt b/searchcore/src/tests/proton/attribute/attributes_state_explorer/CMakeLists.txt
index 8b53b4e093f..ca53d04c0cb 100644
--- a/searchcore/src/tests/proton/attribute/attributes_state_explorer/CMakeLists.txt
+++ b/searchcore/src/tests/proton/attribute/attributes_state_explorer/CMakeLists.txt
@@ -6,5 +6,6 @@ vespa_add_executable(searchcore_attributes_state_explorer_test_app TEST
searchcore_attribute
searchcore_pcommon
searchcore_test
+ GTest::GTest
)
vespa_add_test(NAME searchcore_attributes_state_explorer_test_app COMMAND searchcore_attributes_state_explorer_test_app)