aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/array_store_dynamic_type_mapper/CMakeLists.txt
blob: d6b474a526a7342dac3fea4baacc1bd447f35245 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_array_store_dynamic_type_mapper_test_app TEST
    SOURCES
    array_store_dynamic_type_mapper_test.cpp
    DEPENDS
    vespalib
    GTest::GTest
)
vespa_add_test(NAME vespalib_array_store_dynamic_type_mapper_test_app COMMAND vespalib_array_store_dynamic_type_mapper_test_app)