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