aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/test/CMakeLists.txt
blob: c81d818ed064ddfffdc153f42953da796f756022 (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
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(fbench_httpclient_splitstring_app TEST
    SOURCES
    httpclient_splitstring.cpp
    DEPENDS
    fbench_util
    fbench_httpclient
)
vespa_add_test(NAME fbench_httpclient_splitstring_app COMMAND fbench_httpclient_splitstring_app)
vespa_add_executable(fbench_httpclient_app
    SOURCES
    httpclient.cpp
    DEPENDS
    fbench_util
    fbench_httpclient
)
vespa_add_executable(fbench_filereader_app TEST
    SOURCES
    filereader.cpp
    DEPENDS
    fbench_util
)
vespa_add_test(NAME fbench_filereader_app COMMAND fbench_filereader_app)
vespa_add_executable(fbench_clientstatus_app TEST
    SOURCES
    clientstatus.cpp
    DEPENDS
    fbench_util
)
vespa_add_test(NAME fbench_clientstatus_app COMMAND fbench_clientstatus_app)