blob: d5dd7da621f0759239ff3bcaf75b5ca4432ae47d [file] [log] [blame]
# Copyright 2020 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("fidl") {
testonly = true
public_deps = [
"fidlcparsequality:host",
"fidldoc($host_toolchain)",
"fidlgen_dart:host",
"fidlgen_go:host",
"fidlgen_hlcpp:host",
"fidlgen_libfuzzer:host",
"fidlgen_llcpp:host",
"fidlgen_rust:host",
"fidlgen_syzkaller:host",
"gidl:host",
"measure-tape/src:host",
]
}
group("tests") {
testonly = true
deps = [
"fidlc:tests",
"fidldoc:tests",
"fidlgen_dart:tests",
"fidlgen_go:tests",
"fidlgen_hlcpp:tests",
"fidlgen_libfuzzer:tests",
"fidlgen_llcpp:tests",
"fidlgen_rust:tests",
"fidlgen_syzkaller:tests",
"gidl:tests",
"lib/fidlgen:tests",
"lib/fidlgen_cpp:tests",
"measure-tape:tests",
]
}