blob: 71c4045e436f39d66a1bc29e505818cdcfb8e38f [file] [log] [blame]
{{>copyright comment="//"}}
{{>generated comment="//"}}
// {{PROJECT_NAME}} test component manifest.
// For information on component testing and the Test Runner Framework,
// see https://fuchsia.dev/fuchsia-src/concepts/testing/v2/test_runner_framework.
{
include: [
"//sdk/lib/diagnostics/syslog/client.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
],
// Information about the program to run.
program: {
// The binary to run for this component.
binary: "test/{{PROJECT_NAME}}",
},
// Child components orchestrated by the integration test.
children: [
// List any dependent components here, ex:
// {
// name: "hello-world",
// url: "fuchsia-pkg://fuchsia.com/example#meta/hello-world.cm",
// }
],
// Capabilities used by this component.
use: [
// Use the ArchiveAccessor to read inspect and logs from
// all components in your test.
{ protocol: "fuchsia.diagnostics.ArchiveAccessor" },
// Use the Realm protocol to bind to child components
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
],
}