blob: 70c000214118a54ffc6d86f5f33ae86084fa149a [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.
import("//build/dart/dart_test_component.gni")
import("//build/dart/fidl_move.gni")
import("//src/sys/build/fuchsia_test_package.gni")
dart_test_component("integration-test-component") {
component_name = "fuchsia-logger-integration-tests"
manifest = "meta/fuchsia-logger-integration-tests.cmx"
sources = [ "log_integration.dart" ]
deps = [
"//sdk/fidl/fuchsia.logger",
"//third_party/dart-pkg/pub/test",
dart_package_label.fidl,
dart_package_label.fuchsia_services,
dart_package_label.fuchsia_logger,
]
}
fuchsia_test_package("fuchsia-logger-integration-tests") {
test_components = [ ":integration-test-component" ]
}