aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/CMakeLists.txt
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2023-05-11 10:03:18 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2023-06-16 13:44:09 +0000
commitbc79f96ee8f867bdd1ddf4be756c6c24c96f9a14 (patch)
treeb1ba251507fc4a4f07c858541cc925c545fdeb3a /vespalib/CMakeLists.txt
parentc483f99e61db99228262b72734a0417058dea208 (diff)
rw spin lock
still only experimental; both the lock itself and its benchmarking spin-off: Nexus utility for multi-threaded testing and benchmarking
Diffstat (limited to 'vespalib/CMakeLists.txt')
-rw-r--r--vespalib/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/vespalib/CMakeLists.txt b/vespalib/CMakeLists.txt
index d2892ee4429..c1d7e17b457 100644
--- a/vespalib/CMakeLists.txt
+++ b/vespalib/CMakeLists.txt
@@ -126,6 +126,7 @@ vespa_define_module(
src/tests/net/tls/policy_checking_certificate_verifier
src/tests/net/tls/protocol_snooping
src/tests/net/tls/transport_options
+ src/tests/nexus
src/tests/nice
src/tests/objects/identifiable
src/tests/objects/nbostream
@@ -149,6 +150,7 @@ vespa_define_module(
src/tests/require
src/tests/runnable_pair
src/tests/rusage
+ src/tests/rw_spin_lock
src/tests/sequencedtaskexecutor
src/tests/sha1
src/tests/shared_operation_throttler