Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
HEAD
/
.
/
goldens
/
csharp
/
generate.py
blob: 11f5b0572f13a0c1c9ebcd1ea01908b44bb004fe [
file
] [
log
] [
blame
]
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"
)