blob: 51538445d27662a2c0e59fb757f69b15b8e7ed1e [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 = [
"ext4",
"fs-management",
"ramdevice-client",
]
}
group("tests") {
testonly = true
deps = [
"ext4:tests",
"fs-management:tests",
"ramdevice-client:tests",
]
}