blob: 9916ea4343c053d161c18d1e83b6907825fef9b9 [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 GN SDK.
import("//build/go/go_library.gni")
go_library("host_gnsdk_test_lib") {
visibility = [
"//scripts/sdk/gn/*",
"//tools/devshell/*",
"//vendor/*",
]
name = "gnsdktest"
sources = [ "host_test.go" ]
}