summaryrefslogtreecommitdiffstats
path: root/storageserver/src/tests/CMakeLists.txt
blob: 21412e4bc3322e3b1513db1918bdadba2ccd1368 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2017 Yahoo Holdings. 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
    searchlib_searchlib_uca
)

vespa_add_test(
    NAME storageserver_testrunner_app
    COMMAND storageserver_testrunner_app
)