aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/tests/mirrorapi/CMakeLists.txt
blob: 3f77de20143832a377d1f2ee5979d2f3241399b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(slobrok_mirrorapi_test_app TEST
    SOURCES
    mirrorapi.cpp
    DEPENDS
    slobrok_slobrokserver
)
vespa_add_test(NAME slobrok_mirrorapi_test_app COMMAND slobrok_mirrorapi_test_app)
vespa_add_executable(slobrok_mirror_match_test_app TEST
    SOURCES
    match_test.cpp
    DEPENDS
    slobrok
)
vespa_add_test(NAME slobrok_mirror_match_test_app COMMAND slobrok_mirror_match_test_app)