qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 35/49] tests/tcg/mips: include common mips he


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH v4 35/49] tests/tcg/mips: include common mips hello-mips
Date: Fri, 18 May 2018 11:49:13 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 05/17/2018 02:47 PM, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  tests/tcg/mips/Makefile.target | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 tests/tcg/mips/Makefile.target
> 
> diff --git a/tests/tcg/mips/Makefile.target b/tests/tcg/mips/Makefile.target
> new file mode 100644
> index 0000000000..71f0c2dd53
> --- /dev/null
> +++ b/tests/tcg/mips/Makefile.target
> @@ -0,0 +1,19 @@
> +# -*- Mode: makefile -*-
> +#
> +# MIPS - included from tests/tcg/Makefile.target
> +#
> +
> +MIPS_SRC=$(SRC_PATH)/tests/tcg/mips
> +
> +# Set search path for all sources
> +VPATH                += $(MIPS_SRC)
> +
> +MIPS_TESTS=hello-mips
> +
> +TESTS += $(MIPS_TESTS)
> +
> +hello-mips: CFLAGS+=-ffreestanding
> +hello-mips: LDFLAGS+=-nostdlib
> +
> +# For MIPS32 and 64 we have a bunch of extra tests in sub-directories
> +# however they are intended for system tests.
> 

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>



reply via email to

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