aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/frameworkimpl/status/gtest_runner.cpp
blob: dc21cf8ad595ca16a4b11cb7d774b45d839f42c4 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include <vespa/vespalib/gtest/gtest.h>

#include <vespa/log/log.h>
LOG_SETUP("storage_status_gtest_runner");

GTEST_MAIN_RUN_ALL_TESTS()