blob: ca1ee1801ff3d95923c7b09463ac02d009e6b927 [file] [log] [blame]
# Copyright 2019 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/fidl/fidl.gni")
# TODO(FIDL-658): There should be a better long-term solution for build rules
# for GIDL's .fidl files.
fidl("conformance_fidl") {
name = "conformance"
testonly = true
sources = [
"//tools/fidl/gidl-conformance-suite/alignment.test.fidl",
"//tools/fidl/gidl-conformance-suite/arrays_and_vectors.test.fidl",
"//tools/fidl/gidl-conformance-suite/mix_and_match.test.fidl",
"//tools/fidl/gidl-conformance-suite/optionals.test.fidl",
"//tools/fidl/gidl-conformance-suite/primitives.test.fidl",
"//tools/fidl/gidl-conformance-suite/strings.test.fidl",
"//tools/fidl/gidl-conformance-suite/structs.test.fidl",
"//tools/fidl/gidl-conformance-suite/tables.test.fidl",
"//tools/fidl/gidl-conformance-suite/union.test.fidl",
"//tools/fidl/gidl-conformance-suite/xunion.test.fidl",
]
}