summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/frameworkimpl/status/CMakeLists.txt
blob: 655dff1bd0cc020c23668ddb89556c0dc24507db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_executable(storage_status_gtest_runner_app TEST
    SOURCES
    gtest_runner.cpp
    statustest.cpp
    DEPENDS
    storage
    storage_testcommon
    gtest
)

vespa_add_test(
    NAME storage_status_gtest_runner_app
    COMMAND storage_status_gtest_runner_app
)