summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/frameworkimpl/status/CMakeLists.txt
blob: 46653e6a017ef519669b2a3578e0c98b4793c5a0 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_teststatus TEST
    SOURCES
    statustest.cpp
    DEPENDS
    storage
    storage_testcommon
)