| # Copyright 2021 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("//sdk/ctf/build/ctf.gni") | |
| group("tests") { | |
| testonly = true | |
| assert_no_deps = e2e_test_libs | |
| deps = [ | |
| "experimental_fidl:tests", | |
| "hello_world:tests", | |
| "rust:tests", | |
| ] | |
| } | |
| group("e2e_tests") { | |
| deps = [ "host_tool:tests($host_toolchain)" ] | |
| testonly = true | |
| } |