blob: aebc24b697f57dcd0f2aaadc718c34b40002e35d [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")
test_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" ]
}