blob: 28d06d41a26686febed0a97f0d6d15f3d38f1e94 [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("testing") {
testonly = true
deps = [
":tests",
"sl4f",
]
}
group("tests") {
testonly = true
deps = [ "sl4f/client:tests" ]
}