aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/time_tracer/CMakeLists.txt
blob: 05cbc52a4c67c69018a25acfdb1bb46570c42078 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_time_tracer_test_app TEST
    SOURCES
    time_tracer_test.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_time_tracer_test_app COMMAND vespalib_time_tracer_test_app)