blob: 6f86f2e2118ce8ec6e6aba1d4cda0c75499fb87a [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/storage_manager_integration",
"tools:tests",
# Needed for integration tests
#
# TODO(http://fxbug.dev/115592): Remove this dependency when the integration
# tests are once again hermetic.
"//src/identity/bin/account_handler",
]
}
group("tools") {
testonly = true
deps = [ "tools/accountctl" ]
}