blob: 053a0f06d5cf3fde3c3aa05a4cbf66707f03c8f2 [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("bin") {
deps = [
"//src/session/bin/cursor",
"//src/session/bin/element_manager",
"//src/session/bin/session_manager:bin",
]
}
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/session_manager:session_manager_tests",
]
}