aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/testkit/CMakeLists.txt
blob: 70423db221bb7df47da46c188c6fc278f040867b (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_testkit OBJECT
    SOURCES
    test_comparators.cpp
    test_hook.cpp
    test_master.cpp
    test_state_guard.cpp
    testapp.cpp
    time_bomb.cpp
    DEPENDS
)