aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/test/CMakeLists.txt
blob: 4a43f9a92ddc42b4a887907161da9dddda4f033f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_test OBJECT
    SOURCES
    make_tls_options_for_testing.cpp
    memory_allocator_observer.cpp
    nexus.cpp
    peer_policy_utils.cpp
    thread_meets.cpp
    time_tracer.cpp
    DEPENDS
)