blob: 82730d228df2c7457613f7a6871724a5cf7e164c [file] [log] [blame]
# Copyright 2022 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("lib") {
testonly = true
deps = [
":tests",
"credentials",
]
}
group("tests") {
testonly = true
deps = [ "credentials:tests" ]
}