summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-03-26 15:08:26 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2012-03-26 15:08:26 -0500
commit29b18b7a53c0b5053e895947b0b9008120632f9b (patch)
tree6fdaf67eb7584425f45da21a78536b2a836cf9fe /tests
parent3d032f0f5a7968e1721dd6eca00b61ee84510411 (diff)
parent95b752bc32ccabe48430c0d0062b7c6947d864d0 (diff)
downloadfocaccia-qemu-29b18b7a53c0b5053e895947b0b9008120632f9b.tar.gz
focaccia-qemu-29b18b7a53c0b5053e895947b0b9008120632f9b.zip
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches:
  trace-events: Fix broken build caused by wrong format specifier
  test: add test-qmp-commands to make check
  qapi: remove print statements from test-qmp-commands
  test: remove qemu-ga reference
  vl.c: fix '-cpu ?' segfault
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 354fdbb7f5..94ea3421ad 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)