blob: 9c96121ef506dbd9b0cfdf21ebd89f37fd4cb873 [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/bin/element_manager",
"//src/session/bin/input_pipeline",
"//src/session/bin/scene_manager",
"//src/session/bin/session_manager",
]
}
group("tests") {
testonly = true
deps = [
# This is here to make sure the component manager gets built as part of CI/CQ.
"//src/session/bin/element_manager:element_manager_tests",
"//src/session/bin/input_pipeline:input_pipeline_tests",
"//src/session/bin/scene_manager:scene_manager_tests",
"//src/session/bin/session_manager:session_manager_tests",
]
}