blob: 864a74d43e1351731144e3cc7e57bfd3ea026814 [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",
]
}
group("tests") {
testonly = true
deps = [ "syzkaller:tests" ]
}