| # 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("examples") { | |
| deps = [ | |
| "//src/session/examples/graphical-session", | |
| "//src/session/examples/hello-world-session", | |
| "//src/session/examples/tiles-session", | |
| ] | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ | |
| "//src/session/examples/graphical-session:tests", | |
| "//src/session/examples/hello-world-session:tests", | |
| ] | |
| } |