summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/frameworkimpl/status/CMakeLists.txt
blob: 0c0049656d111e60eee0d33532f05a76d88a7b39 (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::GTest
)

vespa_add_test(
    NAME storage_status_gtest_runner_app
    COMMAND storage_status_gtest_runner_app
)