All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/Makefile: Fix description of "make check"
@ 2020-05-05  7:29 Huacai Chen
  2020-05-05  7:52 ` Claudio Fontana
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Huacai Chen @ 2020-05-05  7:29 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé,
	Alex Bennée, Fam Zheng, Markus Armbruster
  Cc: Huacai Chen, Huacai Chen, qemu-devel

The description of "make check" is out-of-date, so fix it by adding
block and softfloat.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
---
 tests/Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.include b/tests/Makefile.include
index 03a74b6..5d32239 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -4,7 +4,7 @@
 check-help:
 	@echo "Regression testing targets:"
 	@echo
-	@echo " $(MAKE) check                Run unit, qapi-schema, qtest and decodetree"
+	@echo " $(MAKE) check                Run block, qapi-schema, unit, softfloat, qtest and decodetree"
 	@echo
 	@echo " $(MAKE) check-qtest-TARGET   Run qtest tests for given target"
 	@echo " $(MAKE) check-qtest          Run qtest tests"
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] tests/Makefile: Fix description of "make check"
  2020-05-05  7:29 [PATCH] tests/Makefile: Fix description of "make check" Huacai Chen
@ 2020-05-05  7:52 ` Claudio Fontana
  2020-05-05  9:33 ` Philippe Mathieu-Daudé
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Claudio Fontana @ 2020-05-05  7:52 UTC (permalink / raw)
  To: Huacai Chen, Philippe Mathieu-Daudé,
	Alex Bennée, Fam Zheng, Markus Armbruster
  Cc: Huacai Chen, Huacai Chen, qemu-trivial, qemu-devel

On 5/5/20 9:29 AM, Huacai Chen wrote:
> The description of "make check" is out-of-date, so fix it by adding
> block and softfloat.
> 
> Signed-off-by: Huacai Chen <chenhc@lemote.com>
> ---
>  tests/Makefile.include | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 03a74b6..5d32239 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -4,7 +4,7 @@
>  check-help:
>  	@echo "Regression testing targets:"
>  	@echo
> -	@echo " $(MAKE) check                Run unit, qapi-schema, qtest and decodetree"
> +	@echo " $(MAKE) check                Run block, qapi-schema, unit, softfloat, qtest and decodetree"
>  	@echo
>  	@echo " $(MAKE) check-qtest-TARGET   Run qtest tests for given target"
>  	@echo " $(MAKE) check-qtest          Run qtest tests"
> 

added Cc: qemu-trivial@nongnu.org

Reviewed-by: Claudio Fontana <cfontana@suse.de>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] tests/Makefile: Fix description of "make check"
  2020-05-05  7:29 [PATCH] tests/Makefile: Fix description of "make check" Huacai Chen
  2020-05-05  7:52 ` Claudio Fontana
@ 2020-05-05  9:33 ` Philippe Mathieu-Daudé
  2020-05-05 10:11   ` chen huacai
  2020-05-05 10:23 ` Aleksandar Markovic
  2020-06-01 10:24 ` Aleksandar Markovic
  3 siblings, 1 reply; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-05  9:33 UTC (permalink / raw)
  To: Huacai Chen, Alex Bennée, Fam Zheng, Markus Armbruster
  Cc: Huacai Chen, Huacai Chen, qemu-devel

On 5/5/20 9:29 AM, Huacai Chen wrote:
> The description of "make check" is out-of-date, so fix it by adding
> block and softfloat.
> 
> Signed-off-by: Huacai Chen <chenhc@lemote.com>
> ---
>   tests/Makefile.include | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 03a74b6..5d32239 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -4,7 +4,7 @@
>   check-help:
>   	@echo "Regression testing targets:"
>   	@echo
> -	@echo " $(MAKE) check                Run unit, qapi-schema, qtest and decodetree"
> +	@echo " $(MAKE) check                Run block, qapi-schema, unit, softfloat, qtest and decodetree"

Maybe end with " tests"?

>   	@echo
>   	@echo " $(MAKE) check-qtest-TARGET   Run qtest tests for given target"
>   	@echo " $(MAKE) check-qtest          Run qtest tests"
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] tests/Makefile: Fix description of "make check"
  2020-05-05  9:33 ` Philippe Mathieu-Daudé
@ 2020-05-05 10:11   ` chen huacai
  0 siblings, 0 replies; 6+ messages in thread
From: chen huacai @ 2020-05-05 10:11 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Fam Zheng, Huacai Chen, qemu-level, Markus Armbruster,
	Huacai Chen, Alex Bennée

Hi, Philippe,

On Tue, May 5, 2020 at 5:33 PM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> On 5/5/20 9:29 AM, Huacai Chen wrote:
> > The description of "make check" is out-of-date, so fix it by adding
> > block and softfloat.
> >
> > Signed-off-by: Huacai Chen <chenhc@lemote.com>
> > ---
> >   tests/Makefile.include | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tests/Makefile.include b/tests/Makefile.include
> > index 03a74b6..5d32239 100644
> > --- a/tests/Makefile.include
> > +++ b/tests/Makefile.include
> > @@ -4,7 +4,7 @@
> >   check-help:
> >       @echo "Regression testing targets:"
> >       @echo
> > -     @echo " $(MAKE) check                Run unit, qapi-schema, qtest and decodetree"
> > +     @echo " $(MAKE) check                Run block, qapi-schema, unit, softfloat, qtest and decodetree"
>
> Maybe end with " tests"?
Thank you, let me add "tests" in V2
>
> >       @echo
> >       @echo " $(MAKE) check-qtest-TARGET   Run qtest tests for given target"
> >       @echo " $(MAKE) check-qtest          Run qtest tests"
> >



-- 
Huacai Chen


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] tests/Makefile: Fix description of "make check"
  2020-05-05  7:29 [PATCH] tests/Makefile: Fix description of "make check" Huacai Chen
  2020-05-05  7:52 ` Claudio Fontana
  2020-05-05  9:33 ` Philippe Mathieu-Daudé
@ 2020-05-05 10:23 ` Aleksandar Markovic
  2020-06-01 10:24 ` Aleksandar Markovic
  3 siblings, 0 replies; 6+ messages in thread
From: Aleksandar Markovic @ 2020-05-05 10:23 UTC (permalink / raw)
  To: Huacai Chen
  Cc: Fam Zheng, qemu-devel, Huacai Chen, Philippe Mathieu-Daudé,
	Markus Armbruster, Huacai Chen, Alex Bennée

[-- Attachment #1: Type: text/plain, Size: 1076 bytes --]

уторак, 05. мај 2020., Huacai Chen <zltjiangshi@gmail.com> је написао/ла:

> The description of "make check" is out-of-date, so fix it by adding
> block and softfloat.
>
> Signed-off-by: Huacai Chen <chenhc@lemote.com>
> ---


Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>


>  tests/Makefile.include | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 03a74b6..5d32239 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -4,7 +4,7 @@
>  check-help:
>         @echo "Regression testing targets:"
>         @echo
> -       @echo " $(MAKE) check                Run unit, qapi-schema, qtest
> and decodetree"
> +       @echo " $(MAKE) check                Run block, qapi-schema, unit,
> softfloat, qtest and decodetree"
>         @echo
>         @echo " $(MAKE) check-qtest-TARGET   Run qtest tests for given
> target"
>         @echo " $(MAKE) check-qtest          Run qtest tests"
> --
> 2.7.0
>
>
>

[-- Attachment #2: Type: text/html, Size: 1904 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] tests/Makefile: Fix description of "make check"
  2020-05-05  7:29 [PATCH] tests/Makefile: Fix description of "make check" Huacai Chen
                   ` (2 preceding siblings ...)
  2020-05-05 10:23 ` Aleksandar Markovic
@ 2020-06-01 10:24 ` Aleksandar Markovic
  3 siblings, 0 replies; 6+ messages in thread
From: Aleksandar Markovic @ 2020-06-01 10:24 UTC (permalink / raw)
  To: Huacai Chen
  Cc: Fam Zheng, QEMU Developers, Huacai Chen,
	Philippe Mathieu-Daudé,
	Markus Armbruster, Huacai Chen, Alex Bennée

On Tue, May 5, 2020 at 9:30 AM Huacai Chen <zltjiangshi@gmail.com> wrote:
>
> The description of "make check" is out-of-date, so fix it by adding
> block and softfloat.
>
> Signed-off-by: Huacai Chen <chenhc@lemote.com>
> ---

Applied to mips queue.

Thanks,
Aleksandar

>  tests/Makefile.include | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 03a74b6..5d32239 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -4,7 +4,7 @@
>  check-help:
>         @echo "Regression testing targets:"
>         @echo
> -       @echo " $(MAKE) check                Run unit, qapi-schema, qtest and decodetree"
> +       @echo " $(MAKE) check                Run block, qapi-schema, unit, softfloat, qtest and decodetree"
>         @echo
>         @echo " $(MAKE) check-qtest-TARGET   Run qtest tests for given target"
>         @echo " $(MAKE) check-qtest          Run qtest tests"
> --
> 2.7.0
>
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-01 10:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  7:29 [PATCH] tests/Makefile: Fix description of "make check" Huacai Chen
2020-05-05  7:52 ` Claudio Fontana
2020-05-05  9:33 ` Philippe Mathieu-Daudé
2020-05-05 10:11   ` chen huacai
2020-05-05 10:23 ` Aleksandar Markovic
2020-06-01 10:24 ` Aleksandar Markovic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.