blob: b513b5adf354980a9f91effd7cca88f2e1fb8872 [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("fidlgen_dart") {
testonly = true
public_deps = [
"//topaz/bin/fidlgen_dart:install(//build/toolchain:host_x64)",
]
}
group("dart") {
testonly = true
public_deps = [
]
}
group("all") {
testonly = true
public_deps = [
"//topaz/packages/tools:dart",
"//topaz/packages/tools:doc_checker",
"//topaz/packages/tools:fidlgen_dart",
]
}
group("doc_checker") {
testonly = true
public_deps = [
"//topaz/tools/doc_checker(//build/toolchain:host_x64)",
]
}