blob: d56e177bd4dddc7cc5dfeec5f8913bafb182758a [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/toolchain.gni")
import("//build/package.gni")
go_test("logger_integration_go_tests") {
gopackage = "logger_integration_tests"
go_dependencies = [
{
package = "logger_integration_tests"
},
]
extra_dependencies = [
"//garnet/public/lib/syslog/go/src/syslog",
"//garnet/public/lib/app/go/src/app",
]
}