blob: 6827be9d3ed477cd522dc0b4cf072f05d930a67a [file] [log] [blame]
# Copyright 2021 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("lib") {
deps = [
"apidiff",
"fidlgen",
"fidlgen_cpp",
"fidlgentest",
"summarize",
]
}
group("tests") {
testonly = true
deps = [
"apidiff:tests",
"fidlgen:tests",
"fidlgen_cpp:tests",
"fidlgentest:tests",
"summarize:tests",
]
}