blob: 3ba0c3c57093647f8d59d89775bc1629abad9433 [file] [log] [blame]
// Copyright 2023 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.
// This file allows derived runners to quickly specialize the generic `Runner` integration tests for
// fuzzers run as tests. See src/sys/fuzzing/common/tests/integration-tests.h for details.
#ifndef ENGINE_INTEGRATION_TEST
#error "ENGINE_INTEGRATION_TEST must be defined before including this file."
#endif
TEST_F(ENGINE_INTEGRATION_TEST, RunAsTest) { RunAsTest(); }