blob: 2b4f0f61594bb7545ad838932e390e80092db7a2 [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",
"usb_vsock",
]
}
group("tests") {
testonly = true
deps = [
"credentials:tests",
"usb_vsock:tests",
"writer:tests",
]
}