# 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") { | |
testonly = true | |
deps = [ | |
# This is required by the session_manager_integration_tests but packages | |
# don't support depending on other packages. | |
"//src/session/examples/graphical_session", | |
"//src/session/tests/session_manager:session_manager_integration_tests", | |
] | |
} |