aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/tests/request_dumper/request_dumper_test.cpp
blob: 2697e88a8b9d34921245ce998d5dd207bb7c0e95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/testkit/testapp.h>
#include <vbench/test/all.h>

using namespace vbench;

TEST_F("dump request", RequestDumper()) {
    f1.handle(Request::UP(new Request()));
}

TEST_MAIN() { TEST_RUN_ALL(); }