blob: b4c9d43d74d5ed98073b2e1833009a38645d2a81 [file] [log] [blame]
# Copyright 2020 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("security") {
testonly = true
deps = [
":tests",
"kms",
"tee_manager",
]
}
group("tests") {
testonly = true
deps = [
"kms:tests",
"tee_manager:tests",
"tools:tests",
]
}