blob: 6810bbcc5360f805c9739a24b5680eb810efb3da [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.
assert(is_fuchsia, "These can only be defined in the default toolchain")
# WARNING: Known to infrastructure
# DEPRECATED! DO NOT ADD TO THIS GROUP
group("tests") {
testonly = true
deps = [ "//bundles/buildbot/bringup" ]
}
group("manual_testing") {
testonly = true
deps = [
"//src/devices/bundles:manual_testing",
"//src/graphics/display/bin/display-test",
"//src/security/bin/syscall-check",
"//src/zircon/testing/mutex_pi_exerciser",
"//src/zircon/tests/evil",
]
}
# This provides metadata in the //:boot_tests schema.
group("boot_tests") {
testonly = true
deps = [
"//src/bringup/lib:boot_tests",
"//src/lib:boot_tests",
"//zircon/kernel:boot_tests",
"//zircon/system/ulib/c:boot_tests",
"//zircon/system/utest/core:boot_tests",
]
}