aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/aggregator/CMakeLists.txt
blob: 9e65c82fe43095deaf09cb5b20d95c9efdbfb549 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_perdocexpr_test_app TEST
    SOURCES
    perdocexpr_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_perdocexpr_test_app COMMAND searchlib_perdocexpr_test_app)
vespa_add_executable(searchlib_attr_test_app TEST
    SOURCES
    attr_test.cpp
    DEPENDS
    searchlib
)
vespa_add_test(NAME searchlib_attr_test_app COMMAND searchlib_attr_test_app)