qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/5] test: add test-qmp-commands to make check


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 4/5] test: add test-qmp-commands to make check
Date: Mon, 26 Mar 2012 13:07:49 +0100

From: Michael Roth <address@hidden>

All the deps are here but the test was never added to the list of tests
for make check

Signed-off-by: Michael Roth <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 tests/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index 354fdbb..94ea342 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)
-- 
1.7.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]