blob: 250a2ca7dcbfb20702fbab1d55a91cde71bb9c15 [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 = [
"buffer",
"operation",
]
}
group("test") {
testonly=true
deps = [
"buffer:test",
"operation:test",
]
}