blob: d85f5ca3b5a0c21ad7908c74a128b9e4cd87c763 [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/command:command_tests",
"//tools/lib/iomisc:tests",
"//tools/lib/logger:logger_tests",
"//tools/lib/retry:retry_tests",
"//tools/lib/runner:runner_tests",
"//tools/lib/tarutil:tarutil_tests",
]
}