blob: 1809ac2673602fb35b2e0872d90b20c9ef2a5be8 [file] [log] [blame]
# Copyright 2022 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")
if (is_host) {
host_test_data("testdata") {
sources = [
"happy/README.fuchsia",
"multiline/README.fuchsia",
]
outputs = [ "$root_gen_dir/{{source}}" ]
}
}