blob: 89dd90cf6b73f20f887697f4d2b101662c0f9850 [file] [log] [blame]
# Copyright 2019 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 = [
":tests",
"go",
# TODO(https://fxbug.dev/42151900): syzkaller needs to update ddk include paths.
# "syzkaller",
]
}
group("tests") {
testonly = true
# TODO(https://fxbug.dev/42151900): syzkaller needs to update ddk include paths.
# deps = [ "syzkaller:tests" ]
}