blob: ec67bf39b447ba42a083bb4052f590d0edc4f696 [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") {
testonly = true
deps = [
"apidiff",
"fidlgen",
"fidlgen_cpp",
"fidlgentest",
"summarize",
]
}
group("tests") {
testonly = true
deps = [
"apidiff:tests",
"fidlgen:tests",
"fidlgen_cpp:tests",
"fidlgentest:tests",
"summarize:tests",
]
}