summaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/policyfactory/CMakeLists.txt
blob: 35b4007e022d3d5731d867a1b0c0385fd1c9453c (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(documentapi_policyfactory_test_app TEST
    SOURCES
    policyfactory.cpp
    DEPENDS
    documentapi
)
vespa_add_test(NAME documentapi_policyfactory_test_app COMMAND documentapi_policyfactory_test_app)