aboutsummaryrefslogtreecommitdiffstats
path: root/storageapi/src/tests/CMakeLists.txt
blob: 2d98f06456da180355941448d0643e7115ba925a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(storageapi_testrunner_app TEST
    SOURCES
    testrunner.cpp
    DEPENDS
    storageapi_testbuckets
    storageapi_testmessageapi
    storageapi_testmbusprot
    storageapi
)
vespa_add_test(NAME storageapi_testrunner_app COMMAND storageapi_testrunner_app)