aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/fef/attributecontent/CMakeLists.txt
blob: 84cdb3d4fce35d6d891e2053fd33e3689d867a5f (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_attributecontent_test_app
    SOURCES
    attributecontent_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_attributecontent_test_app COMMAND searchlib_attributecontent_test_app)