qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/2] qtest: Add floppy test


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 2/2] qtest: Add floppy test
Date: Wed, 09 May 2012 19:11:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120421 Thunderbird/12.0

Am 08.05.2012 17:51, schrieb Kevin Wolf:
> Let's start with testing media change.
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  tests/Makefile   |    2 +
>  tests/fdc-test.c |  186 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 188 insertions(+), 0 deletions(-)
>  create mode 100644 tests/fdc-test.c
> 
> diff --git a/tests/Makefile b/tests/Makefile
> index 9988681..a7697bd 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -19,6 +19,7 @@ check-block-$(CONFIG_POSIX) += tests/qemu-iotests-quick.sh
>  # All QTests for now are POSIX-only, but the dependencies are
>  # really in libqtest, not in the testcases themselves.
>  check-qtest-i386-y = tests/rtc-test
> +check-qtest-i386-y = tests/fdc-test

$(EXESUF)?

>  check-qtest-x86_64-y = $(check-qtest-i386-y)
>  check-qtest-sparc-y = tests/m48t59-test$(EXESUF)
>  check-qtest-sparc64-y = tests/m48t59-test$(EXESUF)

Or are these wrong?

Andreas

> @@ -67,6 +68,7 @@ tests/test-qmp-commands$(EXESUF): tests/test-qmp-commands.o 
> tests/test-qmp-marsh
>  
>  tests/rtc-test$(EXESUF): tests/rtc-test.o $(trace-obj-y)
>  tests/m48t59-test$(EXESUF): tests/m48t59-test.o $(trace-obj-y)
> +tests/fdc-test$(EXESUF): tests/fdc-test.o tests/libqtest.o
>  
>  # QTest rules
>  

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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