summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/typify/CMakeLists.txt
blob: c8e53d6baca54c8c6320b8a1b26e42d1a48bba15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
find_package(GTest REQUIRED)
vespa_add_executable(vespalib_typify_test_app TEST
    SOURCES
    typify_test.cpp
    DEPENDS
    vespalib
    GTest::GTest
)
vespa_add_test(NAME vespalib_typify_test_app COMMAND vespalib_typify_test_app)