aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/diskindex/fieldwriter/CMakeLists.txt
blob: a03313fac35b5c3ebf8468c83b1c8f065f56445f (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_fieldwriter_test_app
    SOURCES
    fieldwriter_test.cpp
    DEPENDS
    searchlib_test
    searchlib
)
vespa_add_test(NAME searchlib_fieldwriter_test_app COMMAND sh runtests.sh)