blob: 0b9ea9a6d53e649d2da39c54b0c460eea92c3666 [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",
"syzkaller/starnix:syzkaller_starnix",
# 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" ]
}