blob: 56e8e0e2e8a5ee60706f70afb46779b3baf2ddcb [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")
# 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}}" ]
}