summaryrefslogtreecommitdiffstats
path: root/storageserver/src/tests/CMakeLists.txt
blob: 738fc33238384caa1d98a6834a795aa9c42bd07f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
    searchlib_searchlib_uca
)
vespa_add_test(NAME storageserver_testrunner_app COMMAND storageserver_testrunner_app)