target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6
[qemu/ar7.git] / tests / qemu-iotests-quick.sh
blob12af731c682f65b6cd7d6a5b907e4734d6caa289
1 #!/bin/sh
3 cd tests/qemu-iotests
5 ret=0
6 ./check -T -qcow2 -g quick || ret=1
8 exit $ret