blob: 2928ac37f41e8e482f057e8fcc4d7239ff10dbe6 [file] [log] [blame]
# Copyright 2018 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_test.gni")
import("//build/go/go_library.gni")
import("//build/go/toolchain.gni")
import("//build/package.gni")
go_library("logger_integration_go_tests_lib") {
name = "logger_integration_tests"
deps = [
"//garnet/public/lib/syslog/go/src/syslog",
"//garnet/public/lib/component/go/src/app",
]
}
go_test("logger_integration_go_tests") {
gopackage = "logger_integration_tests"
deps = [ ":logger_integration_go_tests_lib" ]
}