aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/testkit/CMakeLists.txt
blob: 5ce374da58ba64ccecb644c4891b7e33468677ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. 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
)