Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
ea2b5148e506ae3c27d96ffbdb08835d2ae9e233
/
.
/
tests
/
phpUnionVectorTest.sh
blob: a6c3f264401d8d7bbb3652cbd9a29346b9b77bd5 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
../
flatc
--
php
-
o php union_vector
/
union_vector
.
fbs
php phpUnionVectorTest
.
php
echo
'PHP union vector test passed'