blob: edf7fa9916834883260568e498ea3e808c222c5c [file] [log] [blame] [edit]
# 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/*" ]
sources = [ "host_test.go" ]
}