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