blob: ea9d862e52f41fb0f80587c90cb12d1ab051c1f8 [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/testing/host_test_data.gni")
host_test_data("testdata") {
sources = [
"libc.elf.section-only",
"libc.elf.stripped",
"libc.yaml",
"libc.yaml.section-only",
#"pe-aa64.efi" TODO: Go's debug/pe doesn't support it yet.
"pe-x64.efi",
]
outputs = [ "$root_out_dir/testdata/elflib/{{source_file_part}}" ]
}