| # 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 = [ "kernel-cmdline:tests" ] | |
| } |