blob: 2c3b4d13d034ab42bbea771710b0317a037c40f6 [file] [log] [blame]
# Copyright 2021 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("e2etest") {
sources = [
"runtime_utils.go",
"ssh_utils.go",
"vdl_utils.go",
]
}