aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/fastlib/text/CMakeLists.txt
blob: 54398d8fd0f764b502fc13abba01f0bdcecaa8e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(fastlib_unicodeutiltest_app TEST
    SOURCES
    unicodeutiltest.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME fastlib_unicodeutiltest_app NO_VALGRIND COMMAND fastlib_unicodeutiltest_app)
vespa_add_executable(fastlib_wordfolderstest_app TEST
    SOURCES
    wordfolderstest.cpp
    DEPENDS
    vespalib
)
vespa_add_test(NAME fastlib_wordfolderstest_app NO_VALGRIND COMMAND fastlib_wordfolderstest_app)