summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/clock/CMakeLists.txt
blob: 240ad8d0a55d0786de8f18c8601a7c53b2ca1823 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(staging_vespalib_clock_benchmark_app TEST
    SOURCES
    clock_benchmark.cpp
    DEPENDS
    staging_vespalib
)
vespa_add_executable(staging_vespalib_clock_test_app TEST
    SOURCES
    clock_test.cpp
    DEPENDS
    staging_vespalib
)
vespa_add_test(NAME staging_vespalib_clock_test_app COMMAND staging_vespalib_clock_test_app)