blob: ff426d1c3d8996af7b906f0d2e734485ceb9bd0d [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/framework/engine/default.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
],
program: {
binary: "bin/component_fuzzing_test_engine",
},
}