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