blob: b59230eaa2aba301ca827065e460b455929cbcd2 [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("elements") {
deps = [
"//src/experiences/examples/spinning_cube:spinning-cube",
"//src/session/examples/elements/element_proposer",
"//src/session/examples/elements/element_session",
"//src/session/examples/elements/simple_element",
]
}
group("tests") {
testonly = true
deps = [
"//src/session/examples/elements/element_proposer:tests",
"//src/session/examples/elements/element_session:tests",
"//src/session/examples/elements/simple_element:tests",
]
}