blob: 46d8c1d352dbd785072b12e510b73af7b22590c5 [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
import("//build/test/test_package.gni")
unittest_package("fidl-c-tests") {
deps = [
"coding_tables_tests:bin",
"llcpp_interop_tests:bin",
"simple_tests:bin",
]
tests = [
{
name = "llcpp_interop_tests"
environments = basic_envs
},
{
name = "coding_tables_tests"
environments = basic_envs
},
{
name = "simple_tests"
environments = basic_envs
},
]
}
group("tests") {
testonly = true
deps = [
":fidl-c-tests",
"walker_tests:fidl-handle-closing-tests",
"walker_tests:fidl-walker-host-tests($host_toolchain)",
"walker_tests:fidl-walker-tests",
]
}