qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 06/10] qtest: add rtc-test test-case (v2)


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH 06/10] qtest: add rtc-test test-case (v2)
Date: Sat, 25 Feb 2012 21:41:41 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19

Am 25.02.2012 20:42, schrieb Anthony Liguori:
Signed-off-by: Anthony Liguori <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]