blob: 39780747666fe1c4e861fe21a1ca30a3d932d656 [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")
import("//build/go/go_test.gni")
go_library("qemu") {
name = "go.fuchsia.dev/fuchsia/tools/qemu"
}
go_test("qemu_tests") {
gopackages = [ "go.fuchsia.dev/fuchsia/tools/qemu" ]
deps = [ ":qemu" ]
}
group("tests") {
testonly = true
deps = [ ":qemu_tests" ]
}