blob: 8314d91b154c0ed6081bf3d0867ba095e83a73ee [file] [log] [blame]
# Copyright 2021 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.
import("//tools/cmc/build/expect_includes.gni")
group("fs_management") {
public_deps = [ "cpp:fs-management" ]
}
expect_includes("fs_management_shard") {
includes = [ "client.shard.cml" ]
}
group("tests") {
testonly = true
deps = [
"cpp:tests",
"rust:tests",
]
}