From patchwork Mon Mar 26 12:07:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 148711 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3055BB6EE7 for ; Mon, 26 Mar 2012 23:18:41 +1100 (EST) Received: from localhost ([::1]:41285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8sg-0002bt-8a for incoming@patchwork.ozlabs.org; Mon, 26 Mar 2012 08:18:38 -0400 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 d06nrmr1407.portsmouth.uk.ibm.com (9.149.38.185) by e06smtp17.uk.ibm.com (192.168.101.147) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 26 Mar 2012 13:07:58 +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 Received: from localhost (dyn-9-174-219-44.manchester-maybrook.uk.ibm.com [9.174.219.44]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q2QC7uqj022611; Mon, 26 Mar 2012 06:07:56 -0600 From: Stefan Hajnoczi To: Anthony Liguori Date: Mon, 26 Mar 2012 13:07:49 +0100 Message-Id: <1332763670-32063-5-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9.1 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> x-cbid: 12032612-0542-0000-0000-0000015EE940 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.113 Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Michael Roth Subject: [Qemu-devel] [PATCH 4/5] test: add test-qmp-commands to make check X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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)