blob: c345de587133d2da8465a88af2e3c5c82784b29f [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("identity") {
testonly = true
deps = [
":tests",
"bin",
"lib",
]
}
group("tests") {
testonly = true
data_deps = [
"bin:tests",
"lib:tests",
"tests/account_manager_integration",
"tests/token_manager_integration",
]
}