blob: d7d8aa6ab068b55133588d516b0109ab283237fa [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 = [
"//src/tests/fidl/conformance_suite/alignment.test.fidl",
"//src/tests/fidl/conformance_suite/arrays_and_vectors.test.fidl",
"//src/tests/fidl/conformance_suite/bits.test.fidl",
"//src/tests/fidl/conformance_suite/enums.test.fidl",
"//src/tests/fidl/conformance_suite/mix_and_match.test.fidl",
"//src/tests/fidl/conformance_suite/optionals.test.fidl",
"//src/tests/fidl/conformance_suite/primitives.test.fidl",
"//src/tests/fidl/conformance_suite/strings.test.fidl",
"//src/tests/fidl/conformance_suite/structs.test.fidl",
"//src/tests/fidl/conformance_suite/tables.test.fidl",
"//src/tests/fidl/conformance_suite/transformer.test.fidl",
"//src/tests/fidl/conformance_suite/union.test.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
}