blob: 6befd0e39d0b062028148cbff20be18536432912 [file] [log] [blame]
// Copyright 2022 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 manifest corresponds to the "real" engine used by the integration tests.
{
include: [
"//src/sys/fuzzing/realmfuzzer/engine/default.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
],
program: {
binary: "test/realmfuzzer_integration_tests",
},
use: [
{ protocol: "fuchsia.fuzzer.CoverageDataProvider" },
{ protocol: "fuchsia.process.Launcher" },
],
offer: [
{
protocol: "fuchsia.debugdata.Publisher",
from: "parent",
to: "#fuzzer",
},
],
}