Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
e60c0ab9e2ffe1266033f0d41321ccff8ac46b3e
/
.
/
goldens
/
csharp
/
generate.py
blob: 11f5b0572f13a0c1c9ebcd1ea01908b44bb004fe [
file
]
from
golden_utils
import
flatc_golden
def
flatc
(
options
,
schema
):
# Wrap the golden flatc generator with C# specifics
flatc_golden
(
options
=[
"--csharp"
]
+
options
,
schema
=
schema
,
prefix
=
"csharp"
)
def
GenerateCSharp
():
flatc
([],
"basic.fbs"
)