blob: 5e8b6b3ee413bc3d6afb3734d7ab4d82656429ec [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/tools/session_control",
]
}
group("tests") {
testonly = true
deps = [
"//src/session/tools/session_control:session_control_tests",
]
}