blob: ffbe992395697d7158eab544fb8447f3594519ad [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.
group("drivers") {
testonly = true
deps = [ "drivers/sysmem" ]
}
group("tests") {
testonly = true
deps = [
"drivers/sysmem:tests",
"tests/sysmem/fuzz",
"tools:tests",
]
}
group("tools") {
deps = [ "tools" ]
}