blob: 299cb1e3a6e1817c5afdb5eb84c4e1ac12d9d01c [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("tools") {
deps = [
"banjo",
"fidlgen_banjo",
]
}
group("tests") {
testonly = true
deps = [
"banjo:tests",
"fidlgen_banjo:tests",
]
}