blob: c2359204775c3d882e8b4f2e2915139d345d7b21 [file] [log] [blame]
# Copyright 2019 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.
group("storage") {
deps = [
"fs-management",
"ramdevice-client",
]
}
group("tests") {
testonly = true
deps = [
"fs-management:tests",
"ramdevice-client:tests",
]
}