qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC 01/11] config/config-arm-common: build-up tests-co


From: Andrew Jones
Subject: Re: [Qemu-devel] [RFC 01/11] config/config-arm-common: build-up tests-common target
Date: Fri, 26 Feb 2016 15:04:19 +0100
User-agent: Mutt/1.5.23.1 (2014-03-12)

On Fri, Feb 26, 2016 at 01:15:23PM +0000, Alex Bennée wrote:
> This is a source of needless conflicts when adding new tests and
> re-basing. Let's just build up the lists of tests by hand.
> 
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  config/config-arm-common.mak | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/config/config-arm-common.mak b/config/config-arm-common.mak
> index 698555d..e037507 100644
> --- a/config/config-arm-common.mak
> +++ b/config/config-arm-common.mak
> @@ -9,9 +9,8 @@ ifeq ($(LOADADDR),)
>       LOADADDR = 0x40000000
>  endif
>  
> -tests-common = \
> -     $(TEST_DIR)/selftest.flat \
> -     $(TEST_DIR)/spinlock-test.flat
> +tests-common = $(TEST_DIR)/selftest.flat
> +tests-common += $(TEST_DIR)/spinlock-test.flat
>  
>  all: test_cases
>  
> -- 
> 2.7.1
> 
>

I agree with this patch, but we could probably just squash it
with the addition of the next test.

drew



reply via email to

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