blob: 74b1828b71dbc14c0dccb17471a9584c6dd8965c [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",
]
}