summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/frameworkimpl/status/CMakeLists.txt
blob: 1b49b1bac45a765e6521e6a210e0f57adbf2e65a (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(storage_status_gtest_runner_app TEST
    SOURCES
    gtest_runner.cpp
    htmltabletest.cpp
    statustest.cpp
    DEPENDS
    storage
    storage_testcommon
    gtest
)

vespa_add_test(
    NAME storage_status_gtest_runner_app
    COMMAND storage_status_gtest_runner_app
)