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