blob: 256ccb4b0cd4e107d4a5b391bc0d5634f8feab92 [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("//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" ]
}