| # Copyright 2022 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/components.gni") |
| |
| group("tests") { |
| testonly = true |
| deps = [ |
| ":hermetic_tests($target_toolchain)", |
| ":non_hermetic_tests($target_toolchain)", |
| ] |
| } |
| |
| if (is_fuchsia) { |
| group("hermetic_tests") { |
| testonly = true |
| public_deps = [ "using-realm-builder:hermetic_tests" ] |
| } |
| |
| group("non_hermetic_tests") { |
| testonly = true |
| public_deps = [ "as-a-component-resolver:non_hermetic_tests" ] |
| } |
| } |