/srv/osrm/osrm-backend/third_party/flatbuffers/tests
Edit: /srv/osrm/osrm-backend/third_party/flatbuffers/tests/phpUnionVectorTest.sh (137B)
#!/bin/bash
set -e
../flatc --php -o php union_vector/union_vector.fbs
php phpUnionVectorTest.php
echo 'PHP union vector test passed'