summaryrefslogtreecommitdiffstats
path: root/storageframework/src/tests/gtest_runner.cpp
blob: e9a1c9b1ed8f35303dce9e88c008261c9bc6ab96 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2019 Oath Inc. 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("storageframework_gtest_runner");

GTEST_MAIN_RUN_ALL_TESTS