blob: ac8ed366946264c3702c41488f9ff9b4182cdf89 [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.
import("//src/sys/build/components.gni")
group("tools") {
testonly = true
deps = [
":tests",
"sktool",
]
}
group("tests") {
testonly = true
deps = [ ":identity_tools_unittests" ]
}
fuchsia_unittest_package("identity_tools_unittests") {
deps = [ "sktool:bin_test" ]
}