qemu-iotests contains useful tests that have a nice coverage of block layer code. Adding check-block (which calls tests/qemu-iotests-quick.sh) to "make check" is good for developers' self-testing.
With the first patch, this set takes a half minute on my laptop. If "-j" option is used, it only takes a few more seconds than what we have now. Fam Zheng (2): qemu-iotests: Speed up make check-block tests/Makefile: Add check-block to make check tests/Makefile | 2 +- tests/qemu-iotests-quick.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 1.9.3