| # 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("all") { |
| deps = [ |
| "//src/session/examples/elements", |
| "//src/session/examples/graphical_session:all", |
| "//src/session/examples/input_session:all", |
| "//src/session/examples/scene_manager_session:all", |
| ] |
| } |
| |
| # Placeholder for adding unit tests for example sessions and related components. |
| group("tests") { |
| testonly = true |
| deps = [ |
| "//src/session/examples/elements:tests", |
| "//src/session/examples/graphical_session:tests", |
| "//src/session/examples/input_session:tests", |
| ] |
| } |