| # 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") | |
| # Copies goldens to a location in the build directory so that the tests may be | |
| # run away from source. | |
| host_test_data("goldens") { | |
| # Manifest is generated by regen.sh. | |
| sources = read_file("goldens.txt", "list lines") | |
| outputs = [ "$root_out_dir/test_data/fidlgen/{{source_file_part}}" ] | |
| } |