blob: f70aec832d5b5a4b485c78eace77383a19efc94d [file] [log] [blame]
# Copyright 2025 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.
group("drivers") {
testonly = true
deps = [
"cpp:pkg",
"rust:pkg",
]
}
group("hermetic_tests") {
testonly = true
deps = [
"cpp:hermetic_tests",
"rust:hermetic_tests",
]
}