blob: 7155cf14b141e644d6a3751151645f8ac3cdad81 [file] [log] [blame]
# Copyright 2020 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.
# Test driver for Bash script tests
import("//build/go/go_library.gni")
go_library("host_runner_test_lib") {
visibility = [
"//tools/devshell/*",
"//vendor/*",
]
sources = [ "host_test.go" ]
}