blob: 63f43f083bfc6a43733abbd692c84e247ffd3294 [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") {
testonly = true
deps = [
"banjo"
]
}
group("tests") {
testonly = true
deps = [
"banjo:tests"
]
}