aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/fuzzy/table_dfa/CMakeLists.txt
blob: 1017ac99564055f8a39046ea47121ae2ca9f8e3e (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_fuzzy_table_dfa_test_app TEST
        SOURCES
        table_dfa_test.cpp
        DEPENDS
        vespalib
        GTest::GTest
        )
vespa_add_test(NAME vespalib_fuzzy_table_dfa_test_app COMMAND vespalib_fuzzy_table_dfa_test_app)