blob: fbd10d159cad6a1de6585f61e19795148c7a11b2 [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.
{
include: [
"//sdk/lib/driver_test_realm/meta/realm_builder.shard.cml",
"//sdk/lib/inspect/client.shard.cml",
"//sdk/lib/syslog/client.shard.cml",
"//src/storage/lib/fs_management/client.shard.cml",
"sys/component/realm_builder.shard.cml",
"sys/testing/elf_test_runner.shard.cml",
],
program: {
binary: "test/fvm-integration-test",
},
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
],
}