aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/clock/CMakeLists.txt
blob: 55c4ca552995daccc4fc1e943c7fbc6f60981367 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_clock_benchmark_app TEST
    SOURCES
    clock_benchmark.cpp
    DEPENDS
    vespalib
)
vespa_add_executable(vespalib_clock_test_app TEST
    SOURCES
    clock_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_clock_test_app COMMAND vespalib_clock_test_app)