blob: 4fb66b57c4a683b676ce15494f8c9ae6be9d9e5b [file]
# 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}}" ]
}