blob: 9c074cc9397adda14cdc2558ee9532c1853be594 [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("tests") {
testonly = true
deps = [
"fcrypto:tests",
"scrutiny:tests",
"zxcrypt:tests",
]
}
if (is_host) {
group("host_tests") {
testonly = true
deps = [ "scrutiny:host_tests" ]
}
}