From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9mmg-0002Pm-W7 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 20:18:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9mmf-000607-BQ for qemu-devel@nongnu.org; Mon, 19 Mar 2012 20:18:42 -0400 Sender: fluxion From: Michael Roth Date: Mon, 19 Mar 2012 19:18:26 -0500 Message-Id: <1332202706-25061-3-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1332202706-25061-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1332202706-25061-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 3/3] test: add test-qmp-commands to make check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, pbonzini@redhat.com All the deps are here but the test was never added to the list of tests for make check Signed-off-by: Michael Roth --- 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.4.1