aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages/CMakeLists.txt
blob: dec61432e4b046a94a9505e7833c1f7c8b0a2529 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(documentapi_messages60_test_app TEST
    SOURCES
    testbase.cpp
    messages60test.cpp
    messages60app.cpp
    DEPENDS
    documentapi
)
vespa_add_test(NAME documentapi_messages60_test_app COMMAND documentapi_messages60_test_app)
vespa_add_executable(documentapi_error_codes_test_app_app TEST
    SOURCES
    error_codes_test.cpp
    DEPENDS
    documentapi
)
vespa_add_test(NAME documentapi_error_codes_test_app_app COMMAND documentapi_error_codes_test_app_app)