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