blob: e7608c49c76ac77fd9ed7e5e2d6b22146cb754ae [file] [log] [blame]
# Copyright 2020 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("tools") {
testonly = true
public_deps = [ "//src/security/tools/scrutiny" ]
}
group("tests") {
testonly = true
public_deps = [ "//src/security/tools/scrutiny:tests" ]
}