blob: f26fcfffb097021418e2c50fa60722077cf5c015 [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/components.gni")
import("//src/ui/lib/escher/build_args.gni")
import("//src/ui/scenic/lib/gfx/build_args.gni")
group("integration_input_tests") {
testonly = true
deps = [
"factory-reset:tests",
"factory-reset-handler:tests",
"focus:tests",
"media-buttons:tests",
"touch:tests",
"virtual-keyboard:tests",
]
}
group("workstation_tests") {
testonly = true
deps = [
"mouse:tests",
"text-input:tests",
]
}