summaryrefslogtreecommitdiffstats
path: root/vespalib/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2022-01-20 13:49:25 +0000
committerTor Brede Vekterli <vekterli@yahooinc.com>2022-01-20 14:14:09 +0000
commitbda50e83fdf630c7bfca580370225ba367f01677 (patch)
treece21ff89c428aad156238403255d0130ce962f34 /vespalib/CMakeLists.txt
parent922cee6433ae5c8faac902f5aabd4e61384cc31b (diff)
Add SharedOperationThrottler to vespalib utils
A cleaned up, de-MessageBus'd version of the implementation that already exists in the storage module. The old implementation will be replaced with the vespalib one very soon.
Diffstat (limited to 'vespalib/CMakeLists.txt')
-rw-r--r--vespalib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/CMakeLists.txt b/vespalib/CMakeLists.txt
index eb7e1f7d4c0..5e9426ba6ee 100644
--- a/vespalib/CMakeLists.txt
+++ b/vespalib/CMakeLists.txt
@@ -101,6 +101,7 @@ vespa_define_module(
src/tests/require
src/tests/runnable_pair
src/tests/sha1
+ src/tests/shared_operation_throttler
src/tests/shared_string_repo
src/tests/sharedptr
src/tests/signalhandler