summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/tutorial/CMakeLists.txt
blob: 9ca6951525cf863a03ccd2982219151bd1b48448 (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 ${CMAKE_CURRENT_SOURCE_DIR}/compare-tutorials.sh)
vespa_add_executable(vespalib_xml_escape_app
    SOURCES
    xml_escape.cpp
    DEPENDS
    vespalib
)