blob: 11f7d07e60416d7fd97761af0a3e39eb4f9c8fdd [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",
"patterns/example.lic",
"want.json",
]
outputs = [ "$root_gen_dir/{{source}}" ]
}
}