aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/tests/CMakeLists.txt
blob: b735716c70532c4cd178e505bc9a782360b47a0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(storageserver_testrunner_app
    SOURCES
    storageservertest.cpp
    testhelper.cpp
    dummystoragelink.cpp
    testrunner.cpp
    DEPENDS
    storageserver_storageapp
    vdstestlib
)
vespa_add_test(NAME storageserver_testrunner_app COMMAND storageserver_testrunner_app)