# Copyright 2021 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("//tools/fidl/fidlc/testdata/fidl_golden_library.gni") | |
fidl_golden_library("test.errorsyntax.parent") { | |
sources = [ "parent.test.fidl" ] | |
} | |
fidl_golden_library("test.errorsyntax") { | |
experimental_flags = [ "output_index_json" ] | |
sources = [ "child.test.fidl" ] | |
public_deps = [ ":test.errorsyntax.parent" ] | |
} |