From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8sR-0002Zy-C3 for qemu-devel@nongnu.org; Mon, 26 Mar 2012 08:18:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SC8sH-0007xo-NC for qemu-devel@nongnu.org; Mon, 26 Mar 2012 08:18:22 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:60554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8sH-0007v8-F0 for qemu-devel@nongnu.org; Mon, 26 Mar 2012 08:18:13 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 26 Mar 2012 13:08:00 +0100 Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2QC7vne2289828 for ; Mon, 26 Mar 2012 13:07:57 +0100 Received: from d06av08.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2QC7uFR022631 for ; Mon, 26 Mar 2012 06:07:56 -0600 From: Stefan Hajnoczi Date: Mon, 26 Mar 2012 13:07:49 +0100 Message-Id: <1332763670-32063-5-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1332763670-32063-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1332763670-32063-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 4/5] test: add test-qmp-commands to make check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Michael Roth From: Michael Roth 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 --- 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