

set -ex



test ! -f $PREFIX/bin/thrift
test -f $PREFIX/lib/libthrift${SHLIB_EXT}
test -f $PREFIX/include/thrift/Thrift.h
exit 0
