add rest of golden language directories

This commit is contained in:
Derek Bailey
2023-05-05 14:15:48 -07:00
parent 3308444147
commit 489d9735e9
31 changed files with 1630 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
from golden_utils import flatc_golden
def flatc(options, schema):
# Wrap the golden flatc generator with Kotlin specifics
flatc_golden(options=["--kotlin"] + options, schema=schema, prefix="kotlin")
def GenerateKotlin():
flatc([], "basic.fbs")