

set -ex



test -f $PREFIX/bin/flatc
test -f $PREFIX/include/flatbuffers/flatbuffers.h
test -f $PREFIX/lib/libflatbuffers${SHLIB_EXT}
exit 0
