blob: f39ed62f446f0dbf8810b9133ad0d5eef6e12d88 [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("testing") {
deps = [ "fake-archive-accessor" ]
}
group("tests") {
testonly = true
deps = [ "fake-archive-accessor:tests" ]
}