# wawoff2 includes wasm code and does not work on many architectures
# We therefore only test it on amd64 at build time
if [ $(dpkg --print-architecture) = amd64 ]
then
    mocha ./test
fi
