aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/tests/CMakeLists.txt
blob: 5074c434bd8d1bfa3755e27f6d99dfbb1cb0d7c4 (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 TEST
    SOURCES
    storageservertest.cpp
    testhelper.cpp
    dummystoragelink.cpp
    testrunner.cpp
    DEPENDS
    storageserver_storageapp
    vdstestlib
)
vespa_add_test(NAME storageserver_testrunner_app COMMAND storageserver_testrunner_app)