blob: 0aed7bab43edba3d1973c9db1cac7d5d2fa1407f [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" ]
}