summaryrefslogtreecommitdiffstats
path: root/persistence/src/tests/testrunner.cpp
blob: 0a46cc17ac617f096042819472159ec52c6633ed (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2017 Yahoo Holdings. 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("persistenceunittests");

GTEST_MAIN_RUN_ALL_TESTS()