From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjIoO-0002XW-Ea for qemu-devel@nongnu.org; Thu, 13 Dec 2012 19:07:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjIoN-0005LS-BJ for qemu-devel@nongnu.org; Thu, 13 Dec 2012 19:07:32 -0500 Received: from cantor2.suse.de ([195.135.220.15]:49011 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjIoN-0005LN-4s for qemu-devel@nongnu.org; Thu, 13 Dec 2012 19:07:31 -0500 Message-ID: <50CA6DBC.1040700@suse.de> Date: Fri, 14 Dec 2012 01:07:24 +0100 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <31c4ba8885438636d2125723b19307ab99dca300.1355435056.git.jbaron@redhat.com> In-Reply-To: <31c4ba8885438636d2125723b19307ab99dca300.1355435056.git.jbaron@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/3] qtest: extend qtest_qmp() to fill in the reply List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Baron Cc: kwolf@redhat.com, pbonzini@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, quintela@redhat.com Am 13.12.2012 23:02, schrieb Jason Baron: > diff --git a/tests/Makefile b/tests/Makefile > index b60f0fb..30a101d 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -74,10 +74,10 @@ tests/test-qmp-input-strict$(EXESUF): tests/test-qm= p-input-strict.o $(test-qapi- > tests/test-qmp-commands$(EXESUF): tests/test-qmp-commands.o tests/test= -qmp-marshal.o $(test-qapi-obj-y) > tests/test-visitor-serialization$(EXESUF): tests/test-visitor-serializ= ation.o $(test-qapi-obj-y) > =20 > -tests/rtc-test$(EXESUF): tests/rtc-test.o $(trace-obj-y) > +tests/rtc-test$(EXESUF): tests/rtc-test.o $(trace-obj-y) qstring.o > tests/m48t59-test$(EXESUF): tests/m48t59-test.o $(trace-obj-y) > -tests/fdc-test$(EXESUF): tests/fdc-test.o tests/libqtest.o $(trace-obj= -y) > -tests/hd-geo-test$(EXESUF): tests/hd-geo-test.o tests/libqtest.o $(tra= ce-obj-y) > +tests/fdc-test$(EXESUF): tests/fdc-test.o tests/libqtest.o $(trace-obj= -y) qstring.o > +tests/hd-geo-test$(EXESUF): tests/hd-geo-test.o tests/libqtest.o $(tra= ce-obj-y) qstring.o Adding a dependency to every qtest is calling for a $(qtest-obj-y) to administer that list in a central location. I am expecting the number of tests to grow significantly over time. Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg