From b8c6f29eb84cd3ccbbf23a5951224ae33f11116b Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Fri, 9 Mar 2012 13:37:40 +0100 Subject: Add 'make check-block' Runs the full qemu-iotests suite for various image formats. Signed-off-by: Kevin Wolf --- tests/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 571ad42..c78ade1 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -47,6 +47,11 @@ test-qmp-commands: test-qmp-commands.o $(qobject-obj-y) $(qapi-obj-y) $(tools-ob $(SRC_PATH)/tests/qemu-iotests-quick.sh: qemu-img qemu-io -.PHONY: check + +.PHONY: check check-block + check: $(CHECKS) $(call quiet-command, gtester $(CHECKS), " CHECK") + +check-block: + $(call quiet-command, $(SHELL) $(SRC_PATH)/tests/check-block.sh , " CHECK") -- cgit v1.1