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