blob: f926b6a4683d89925166741577c9d5354f8e4b50 [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("voila_hello_world_test") {
sources = [
"voila_hello_world_test.dart",
]
deps = [
"//sdk/testing/sl4f/client",
"//third_party/dart-pkg/pub/image",
"//third_party/dart-pkg/pub/matcher",
"//third_party/dart-pkg/pub/test",
]
environments = [
{
dimensions = {
device_type = "Intel NUC Kit NUC7i5DNHE"
}
tags = [ "e2e-fyi" ]
},
]
}
group("test") {
testonly = true
deps = [
":voila_hello_world_test($host_toolchain)",
]
}