blob: 5ac0271a16c20513f5850206dd244b96ec5857f0 [file] [log] [blame]
# Copyright 2018 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_library.gni")
import("//topaz/runtime/dart/dart_fuchsia_test.gni")
dart_fuchsia_test("key_listener_device_tests") {
meta = [
{
path = rebase_path("meta/key_listener_device_tests.cmx")
dest = "key_listener_device_tests.cmx"
},
]
# TODO(IN-991): Use environments rather than this hack.
package_only = true
deps = [
"//sdk/fidl/fuchsia.modular",
"//third_party/dart-pkg/pub/mockito",
"//third_party/dart-pkg/pub/test",
"//topaz/lib/story_shell:lib.story_shell",
]
}