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

10
goldens/php/generate.py Normal file
View File

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