blob: 8b909ea258e7ead357de34b4095a4f03ed00f467 [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: [
"//src/storage/lib/fs_management/client.shard.cml",
"//src/storage/testing/driver_test_realm/meta/client.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/f2fs_component_test",
},
offer: [
{
directory: "dev-topological",
from: "#storage_driver_test_realm",
to: [ "#fs-collection" ],
},
],
}