blob: 91ed040bd6418d66cfb5cff13ac1f63abc456c2f [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("simple") {
sources = [
"config.json",
"root/test.py",
"want.json",
]
outputs = [ "$root_gen_dir/{{source}}" ]
}
}