| # 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 = [ | |
| "gobug.elf", | |
| "gobug.yaml", | |
| "libc.elf", | |
| "libc.yaml", | |
| "libcrypto.elf", | |
| "libcrypto.yaml", | |
| ] | |
| outputs = [ "$root_out_dir/testdata/symbolize/{{source_file_part}}" ] | |
| } |