From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1ORE-0006Gk-Fy for qemu-devel@nongnu.org; Sat, 25 Feb 2012 15:41:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1OR7-0006c7-1S for qemu-devel@nongnu.org; Sat, 25 Feb 2012 15:41:52 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:45691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1OR6-0006c1-Rw for qemu-devel@nongnu.org; Sat, 25 Feb 2012 15:41:44 -0500 Message-ID: <4F494785.6060906@weilnetz.de> Date: Sat, 25 Feb 2012 21:41:41 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1330198969-27364-1-git-send-email-aliguori@us.ibm.com> <1330198969-27364-7-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1330198969-27364-7-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/10] qtest: add rtc-test test-case (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Paolo Bonzini , qemu-devel@nongnu.org Am 25.02.2012 20:42, schrieb Anthony Liguori: > Signed-off-by: Anthony Liguori > Signed-off-by: Paolo Bonzini > --- > v1 -> v2 > - fix set_alarm_time (Paolo) > --- > tests/Makefile | 2 +- > tests/rtc-test.c | 267 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 268 insertions(+), 1 deletions(-) > create mode 100644 tests/rtc-test.c > > diff --git a/tests/Makefile b/tests/Makefile > index f41a00b..feacbf0 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -2,7 +2,7 @@ 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 > > -HW_TESTS= > +HW_TESTS=tests/rtc-test Would you mind adding $(EXESUF) to all new executables? And could you please apply my patch which adds $(EXESUF) to the existing test executables? Otherwise I'd have to rebase it again. See http://lists.nongnu.org/archive/html/qemu-devel/2012-02/msg03096.html Running the tests on w32 hosts is required because there are w32 specific implementations for coroutines, timers, ... whichneed tests, too. Thanks, Stefan Weil