blob: 7cc0f4bf45bd51ebbda6e2ceab2c5bd221ae7278 [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.
import("//build/go/go_library.gni")
go_library("runtests") {
name = "go.fuchsia.dev/fuchsia/tools/testing/runtests"
deps = [
"//tools/botanist:botanist_lib",
"//tools/lib/logger",
"//tools/lib/retry",
"//tools/lib/tarutil",
"//tools/net/tftp",
]
}