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