blob: 0d9867571b4be36831ea5c29ea580ae90ce15821 [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.
# Note: Tests specified using `bootfs_test` are included via //bundles/bringup:tests and not this
# target.
group("tests") {
testonly = true
deps = [
"events:tests",
"handle-alias:tests",
"kernel-clocks:tests",
"next-vdso:tests",
"processor:tests",
"profile:tests",
"register-state:tests",
"restricted-mode-shared:tests",
"status:tests",
"stress-tests:tests",
"vmo:tests",
]
}