summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/grouping/CMakeLists.txt
blob: cacdda484be7a15260af47b6d7ff99cb44436625 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_grouping_test_app TEST
    SOURCES
    grouping.cpp
    DEPENDS
    searchcore_grouping
    searchcore_matching
    searchlib_test
)
vespa_add_test(NAME searchcore_grouping_test_app COMMAND searchcore_grouping_test_app)