aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/tests/gtest_runner.cpp
blob: c1e9647425a2de0a7437caf160cb594b23a67242 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Vespa.ai. 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("storageserver_gtest_runner");

GTEST_MAIN_RUN_ALL_TESTS()