summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/common/struct_field_mapper/CMakeLists.txt
blob: f5712d2298925513ec4ab0e469f55d6fc2b35d04 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_common_struct_field_mapper_test_app TEST
    SOURCES
    struct_field_mapper_test.cpp
    DEPENDS
    searchlib
    gtest
)
vespa_add_test(NAME searchlib_common_struct_field_mapper_test_app COMMAND searchlib_common_struct_field_mapper_test_app)