blob: 174bc296e8ca0702389a90b3a473647c1ee019a1 [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",
"//src/session/examples/input_session:tests",
"//src/session/examples/scene_manager_session:tests",
]
}