blob: d405997b8138e682ee4d1ad4a44752e88215803c [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("tests") {
testonly = true
deps = [
":tools",
"//build/fidl:tests",
"//examples/fidl:tests",
# TODO(49942): temporarily disable while flake is investigated.
# "//garnet/bin/fidl_compatibility_test",
# "//garnet/bin/fidl_compatibility_test:fidl_compatibility_test_server_cpp",
# "//garnet/bin/fidl_compatibility_test:fidl_compatibility_test_server_llcpp",
# "//garnet/bin/fidl_compatibility_test:fidl_compatibility_test_server_rust",
# "//garnet/bin/fidl_compatibility_test/golang:fidl_compatibility_test_server_go",
"//garnet/go/src/fidl:fidlgen_common_test($host_toolchain)",
"//garnet/go/src/fidl:fidlgen_types_test($host_toolchain)",
"//sdk/lib/fidl/cpp:fidl_cpp_host_conformance_test($host_toolchain)",
"//sdk/lib/fidl/cpp:fidl_cpp_host_unittests($host_toolchain)",
"//sdk/lib/fidl/cpp:fidl_tests",
"//sdk/lib/fidl/cpp/fuzzing:fidl_cpp_fuzzing_tests",
"//src/lib/fidl/c:tests",
"//src/lib/fidl/llcpp/tests",
"//src/lib/fidl/rust:tests",
"//src/lib/fidl_table_validation/fidl_table_validation_tests",
"//src/tests/benchmarks/fidl:benchmarks",
"//src/tests/fidl/dangerous_identifiers:tests",
"//src/tests/fidl/source_compatibility:tests",
"//src/tests/fidl_go_conformance:tests",
"//third_party/go:go_fidl_tests",
"//tools/fidl:tests",
"//topaz/tests/dart_fidl_benchmarks",
"//zircon/system/ulib/fidl-async-2/test",
"//zircon/system/utest/fidl-compiler($host_toolchain)",
]
}
group("tools") {
deps = [
"//src/tests/benchmarks/fidl/benchmark_suite/gen:host",
"//tools/fidl/fidldoc",
]
}