xref: /aosp_15_r20/external/flatbuffers/tests/phpUnionVectorTest.sh (revision 890232f25432b36107d06881e0a25aaa6b473652)
1#!/bin/bash
2
3set -e
4
5../flatc --php -o php union_vector/union_vector.fbs
6php phpUnionVectorTest.php
7
8echo 'PHP union vector test passed'
9