blob: 7fbce44f79a8f57e7e50a706c8b0ee74e2b80b2d [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/config/fuchsia/zircon.gni")
import("//build/package.gni")
zircon_extras_manifest("zircon-test-manifest") {
manifest = "tests"
patterns = [ "*" ]
}
package("zircon_tests") {
deprecated_system_image = true
deps = [
":zircon-test-manifest",
]
extra = get_target_outputs(":zircon-test-manifest")
}