blob: ea20979e3a3f46648ff6c28aa5e95bd1d7bcc514 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/sys/fuzzing/framework/engine/runner-test.h"
#include "src/sys/fuzzing/framework/engine/runner.h"
namespace fuzzing {
namespace {
#define RUNNER_TYPE RunnerImpl
#define RUNNER_TEST RunnerImplTest
#include "src/sys/fuzzing/common/runner-fatal-unittest.inc"
#undef RUNNER_TYPE
#undef RUNNER_TEST
} // namespace
} // namespace fuzzing