summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/tutorial/CMakeLists.txt
blob: 120c848b2aed24798c17695435d733d4b19344f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_make_tutorial_app TEST
    SOURCES
    make_tutorial.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME vespalib_make_tutorial_app COMMAND sh ./compare-tutorials.sh)
vespa_add_executable(vespalib_xml_escape_app
    SOURCES
    xml_escape.cpp
    DEPENDS
    vespalib
)