| # 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 = [ "fidl:tests" ] | |
| # Don't release examples in CTF | |
| metadata = { | |
| ctf_barrier = [] | |
| } | |
| } | |
| group("e2e_tests") { | |
| deps = [ "host_tool:tests($host_toolchain)" ] | |
| testonly = true | |
| # Don't release examples in CTF | |
| metadata = { | |
| ctf_barrier = [] | |
| } | |
| } |