aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2021-08-27 09:07:57 +0000
committerTor Brede Vekterli <vekterli@verizonmedia.com>2021-08-27 11:05:33 +0000
commita52abb01475098fa77be306bb9ae61611a08cb1a (patch)
treed6674fd2c9b0f70b6691edc661db40b4c1cdce5f /storage/src/tests/distributor/CMakeLists.txt
parenta0c5413398a2a3e4a4754dbf819c4a22b00b984a (diff)
Add test of top-level distributor functionality
This is a subset of the legacy distributor tests, adapted to explicitly test cross-stripe functionality. Once all relevant tests have been ported to be cross-stripe, the legacy test code will be removed.
Diffstat (limited to 'storage/src/tests/distributor/CMakeLists.txt')
-rw-r--r--storage/src/tests/distributor/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/src/tests/distributor/CMakeLists.txt b/storage/src/tests/distributor/CMakeLists.txt
index 0d314e050d4..678c19d4c6f 100644
--- a/storage/src/tests/distributor/CMakeLists.txt
+++ b/storage/src/tests/distributor/CMakeLists.txt
@@ -47,6 +47,8 @@ vespa_add_executable(storage_distributor_gtest_runner_app TEST
statoperationtest.cpp
statusreporterdelegatetest.cpp
throttlingoperationstartertest.cpp
+ top_level_distributor_test.cpp
+ top_level_distributor_test_util.cpp
twophaseupdateoperationtest.cpp
updateoperationtest.cpp
visitoroperationtest.cpp