From: Michael Roth Date: Tue, 20 Mar 2012 00:18:26 +0000 (-0500) Subject: test: add test-qmp-commands to make check X-Git-Tag: qemu-xen-4.3.0-rc1~1321^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2db5b068ac16dc1d5403503d829ed9b046aca20c;p=qemu-upstream-unstable.git test: add test-qmp-commands to make check All the deps are here but the test was never added to the list of tests for make check Signed-off-by: Michael Roth Signed-off-by: Stefan Hajnoczi --- diff --git a/tests/Makefile b/tests/Makefile index 354fdbb7f..94ea3421a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,6 +3,7 @@ export SRC_PATH CHECKS = check-qdict check-qfloat check-qint check-qstring check-qlist CHECKS += check-qjson test-qmp-output-visitor test-qmp-input-visitor CHECKS += test-string-input-visitor test-string-output-visitor test-coroutine +CHECKS += test-qmp-commands CHECKS += $(SRC_PATH)/tests/qemu-iotests-quick.sh check-qint.o check-qstring.o check-qdict.o check-qlist.o check-qfloat.o check-qjson.o test-coroutine.o: $(GENERATED_HEADERS)