blob: a2a5d52ef8a26c0ffd2566ccd1cb11ae8edb5db9 [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.
assert(is_fuchsia, "These can only be defined in the default toolchain")
# WARNING: Known to infrastructure
group("bringup") {
testonly = true
# The buildbot groups are not allowed to add platform features, only tests
# and tools.
assert_no_deps = [ "//bundles/platform/*" ]
deps = [
# This leads to all the individual bootfs_test() targets.
"//src/bringup/tests:bootfs-tests",
# Add the testrunner.
"//src/testing/runtests",
]
}
# For use with the 'e2e_test_labels' GN build argument.
# WARNING: Known to infrastructure
group("e2e_tests") {
testonly = true
deps = [ "//src/power/testing/system-integration:e2e_tests" ]
}