blob: 3150877c6e62e8bdcc721ff2a04eb4263dcd50b1 [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 "test" engine used in fuzzer tests.
{
include: [
"//src/sys/fuzzing/realmfuzzer/engine/default.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
],
program: {
binary: "bin/realmfuzzer_test_engine",
},
}