blob: 0b08cc7c7279d6f9a9a61df14862f60f7741b478 [file] [log] [blame]
# Copyright 2021 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("fuzzing") {
testonly = true
deps = [
"manager",
"registry",
]
}
group("tests") {
testonly = true
deps = [
"common:tests",
"libfuzzer:tests",
"manager:tests",
"realmfuzzer:tests",
"registry:tests",
]
}