summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/sequencedtaskexecutor/CMakeLists.txt
blob: 6895eafd94acb214988ca18cbcdd9ecbebaa8e67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(staging_vespalib_sequencedtaskexecutor_benchmark_app TEST
    SOURCES
    sequencedtaskexecutor_benchmark.cpp
    DEPENDS
    staging_vespalib
)

vespa_add_executable(staging_vespalib_sequencedtaskexecutor_test_app TEST
    SOURCES
    sequencedtaskexecutor_test.cpp
    DEPENDS
    staging_vespalib
)
vespa_add_test(NAME staging_vespalib_sequencedtaskexecutor_test_app COMMAND staging_vespalib_sequencedtaskexecutor_test_app)

vespa_add_executable(staging_vespalib_adaptive_sequenced_executor_test_app TEST
    SOURCES
    adaptive_sequenced_executor_test.cpp
    DEPENDS
    staging_vespalib
)
vespa_add_test(NAME staging_vespalib_adaptive_sequenced_executor_test_app COMMAND staging_vespalib_adaptive_sequenced_executor_test_app)

vespa_add_executable(staging_vespalib_foregroundtaskexecutor_test_app TEST
    SOURCES
    foregroundtaskexecutor_test.cpp
    DEPENDS
    staging_vespalib
)
vespa_add_test(NAME staging_vespalib_foregroundtaskexecutor_test_app COMMAND staging_vespalib_foregroundtaskexecutor_test_app)