aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/aggregator/CMakeLists.txt
blob: b892637d685f2baa6cce9ccec2a63ce461e79bfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. 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)