blob: 6d4dbda49f86b6f82b46ad0093d7f646b16347fc [file] [log] [blame]
# 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" ]
}
}