blob: 912b8c6c5559fd19e0e59e77d031bc03f9f85614 [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 = [
"//tools/lib/cache:cache_tests",
"//tools/lib/color:color_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:tests",
"//tools/lib/tarutil:tarutil_tests",
]
}