aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/tests/multi/CMakeLists.txt
blob: d8ee6603f69da9084d7e9a9b043ff3fa42961fc7 (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(slobrok_multi_test_app TEST
    SOURCES
    multi.cpp
    DEPENDS
)
vespa_add_test(NAME slobrok_multi_test_app NO_VALGRIND COMMAND sh multi_test.sh)