

set -ex



test -e $PREFIX/include/snappy.h
test -e $PREFIX/include/snappy-stubs-public.h
test -e $PREFIX/lib/libsnappy$SHLIB_EXT
exit 0
