blob: 2758fc0f3db49101bc4d3c091b529478e0c10824 [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("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",
]
}