blob: 03fda0e19e84bac40b1e6690f9e20e144ac3a3cc [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("tests") {
testonly = true
deps = [
"contrib:tests",
"derive:tests",
"format/rust:tests",
"runtime/rust:tests",
"rust:tests",
]
}
group("benchmarks") {
testonly = true
deps = [ "rust:benchmarks" ]
}