aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/testkit/test_kit.h
blob: 5c86b88105d4053548f47788ef80d01b01deead5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. 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>