blob: de44abe25b1c2a4772078891ccf9a6b1ef748714 [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("audio_record_test") {
sources = [ "audio_record_test.dart" ]
deps = [
"//sdk/testing/sl4f/client",
"//third_party/dart-pkg/pub/test",
]
environments = [
# The astro environment has tags as it is still to be run on an FYI builder.
{
dimensions = {
device_type = "Astro"
}
tags = [ "e2e-fyi" ]
},
]
}
group("test") {
testonly = true
deps = [ ":audio_record_test($host_toolchain)" ]
}