]> git.proxmox.com Git - qemu.git/commitdiff
test: add test-qmp-commands to make check
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 20 Mar 2012 00:18:26 +0000 (19:18 -0500)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 26 Mar 2012 10:28:38 +0000 (11:28 +0100)
All the deps are here but the test was never added to the list of tests
for make check

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
tests/Makefile

index 354fdbb7f51e8f32e2b15fe38018bd95798ba16c..94ea3421ad058e8d537a41cfe61617828a173e33 100644 (file)
@@ -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)