aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/server/data_directory_upgrader/CMakeLists.txt
blob: ffcc7a82d2e6514d19276da1b99b12e8d7ac9caa (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_data_directory_upgrader_test_app TEST
    SOURCES
    data_directory_upgrader_test.cpp
    DEPENDS
    searchcore_server
    searchcore_flushengine
)
vespa_add_test(NAME searchcore_data_directory_upgrader_test_app COMMAND searchcore_data_directory_upgrader_test_app)