blob: a3a113838f178b3c45dcc3447e554199395b8e42 [file] [log] [blame]
# Copyright 2024 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("tests") {
testonly = true
deps = [ "basic_driver:tests" ]
}
group("ctf-tests") {
testonly = true
deps = [
"basic_driver:ctf-tests",
"//src/devices/tests/v2/node_group:ctf-tests",
]
}
group("drivers") {
testonly = true
deps = [ "basic_driver:drivers" ]
}