blob: 1d5c1bf1d226ed69bfd9baadbb98ff5b3bc7d71f [file] [log] [blame]
# Copyright 2020 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("new") {
sources = [ "config.json" ]
outputs = [ "$root_gen_dir/{{source}}" ]
}
}