| # 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 = [ |
| "//tools/lib/cache:cache_tests", |
| "//tools/lib/cm_fidl_analyzer:tests", |
| "//tools/lib/cml:tests", |
| "//tools/lib/color:color_tests", |
| "//tools/lib/environment:environment_tests", |
| "//tools/lib/flagmisc:tests", |
| "//tools/lib/iomisc:tests", |
| "//tools/lib/logger:logger_tests", |
| "//tools/lib/osmisc:tests", |
| "//tools/lib/retry:retry_tests", |
| "//tools/lib/ring:tests", |
| "//tools/lib/runner:runner_tests", |
| "//tools/lib/syslog:syslog_tests", |
| "//tools/lib/tarutil:tarutil_tests", |
| ] |
| } |