Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e89fa2d1865dbc514f45c1411877435e3a8d6292
/
.
/
tests
/
phpUnionVectorTest.sh
blob: a6c3f264401d8d7bbb3652cbd9a29346b9b77bd5 [
file
] [
log
] [
blame
]
Austin Schuh
e89fa2d
2019-08-14 20:24:23 -0700
[
diff
] [
blame^
]
1
#!/bin/bash
2
3
set
-
e
4
5
../
flatc
--
php
-
o php union_vector
/
union_vector
.
fbs
6
php phpUnionVectorTest
.
php
7
8
echo
'PHP union vector test passed'