blob: d9b43d9628cefaeb928750b04873b1fc04137f91 [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.
copy("testdata") {
sources = [
"gobug.elf",
"gobug.yaml",
"libc.elf",
"libc.yaml",
"libcrypto.elf",
"libcrypto.yaml",
]
outputs = [ "$root_out_dir/testdata/symbolize/{{source_file_part}}" ]
metadata = {
test_runtime_deps = [
"$root_out_dir/testdata/symbolize/gobug.elf",
"$root_out_dir/testdata/symbolize/gobug.yaml",
"$root_out_dir/testdata/symbolize/libc.elf",
"$root_out_dir/testdata/symbolize/libc.yaml",
"$root_out_dir/testdata/symbolize/libcrypto.elf",
"$root_out_dir/testdata/symbolize/libcrypto.yaml",
]
}
}