blob: 80a2a390c41af0b2a02c26ba008985152935bfd5 [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/logger:logger_tests",
"//tools/lib/retry:retry_tests",
"//tools/lib/runner:runner_tests",
"//tools/lib/tarutil:tarutil_tests",
]
}