blob: 37ffb68903ff9af4c0380bbca05dd87de947925e [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",
"lib",
]
}
group("tests") {
testonly = true
data_deps = [
"lib:tests",
]
}