Re: [PATCH 06/11] tests/Makefile: Add $(EXESUF) to fp-test target

2020-08-12 Thread Paolo Bonzini
On 04/08/20 19:00, Thomas Huth wrote: > In case we ever want to compile this for Windows, we need the $(EXESUF) > here. > > Signed-off-by: Thomas Huth > --- > tests/Makefile.include | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/Makefile.include b/tests/Makefile.

Re: [PATCH 06/11] tests/Makefile: Add $(EXESUF) to fp-test target

2020-08-04 Thread Philippe Mathieu-Daudé
On 8/4/20 7:00 PM, Thomas Huth wrote: > In case we ever want to compile this for Windows, we need the $(EXESUF) > here. > > Signed-off-by: Thomas Huth > --- > tests/Makefile.include | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/Makefile.include b/tests/Makefile.

Re: [PATCH 06/11] tests/Makefile: Add $(EXESUF) to fp-test target

2020-08-04 Thread Richard Henderson
On 8/4/20 10:00 AM, Thomas Huth wrote: > In case we ever want to compile this for Windows, we need the $(EXESUF) > here. > > Signed-off-by: Thomas Huth > --- > tests/Makefile.include | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~

[PATCH 06/11] tests/Makefile: Add $(EXESUF) to fp-test target

2020-08-04 Thread Thomas Huth
In case we ever want to compile this for Windows, we need the $(EXESUF) here. Signed-off-by: Thomas Huth --- tests/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 2806e062d0..e2532e12e2 100644 --- a/tests/