blob: 83a30fdcd74a310682acc7bbf3b2bffd918ea2e8 [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.
group("tests") {
testonly = true
deps = [
"escher:tests",
"escher/test:escher_renderer_tests($host_toolchain)",
"escher/test:escher_unittests($host_toolchain)",
"focus_chain_provider:tests",
"input-device-constants:tests",
"input_pipeline:tests",
"scene_management:scene_management_tests",
"yuv:test",
]
}