{ | |
include: [ | |
"//src/lib/fuchsia-component-test/meta/fuchsia_component_test.shard.cml", | |
"//src/sys/test_runners/rust/default.shard.cml", | |
"syslog/client.shard.cml", | |
], | |
program: { | |
binary: "bin/inspect_rust_codelab_part_4_integration_test", | |
}, | |
use: [ | |
{ protocol: "fuchsia.diagnostics.ArchiveAccessor" }, | |
], | |
} |