blob: bcfd0a44f3b0cb69437f547a67aaf46820fe440e [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/test.gni")
import("//build/testing/environments.gni")
dart_test("copy_files_test") {
sources = [ "copy_files_test.dart" ]
deps = [
"//sdk/testing/sl4f/client",
"//third_party/dart-pkg/pub/logging",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/test",
]
environments = [
{
dimensions = {
device_type = "Intel NUC Kit NUC7i5DNHE"
}
tags = [ "e2e-fyi" ]
},
]
}
group("test") {
testonly = true
deps = [ ":copy_files_test($host_toolchain)" ]
}