blob: eabfba954fb9f93b49b6e6f3b636ca9f5ccb244a [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" ]
}
group("tests") {
testonly = true
deps = [
"conformance:tests",
"conformance_harness",
"ext4:tests",
]
}