aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/testkit/test_kit.h
blob: 940fee649c8a73bb2802c61dad4d4d12df3ff4db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <memory>
#include <cstring>
#include "test_macros.h"
#include "test_comparators.h"
#include "test_master.h"
#include "test_hook.h"
#include "test_state_guard.h"
#include <vespa/vespalib/util/time.h>