diff mbox series

[v3,22/46] tests/tcg/i386: disable i386 version of test-i386-ssse

Message ID 20180424152405.10304-23-alex.bennee@linaro.org
State New
Headers show
Series fix building of tests/tcg | expand

Commit Message

Alex Bennée April 24, 2018, 3:23 p.m. UTC
It doesn't build for i386 easily and we probably need a better more
methodical test for SSE et all in QEMU.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 tests/tcg/i386/Makefile.target | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Richard Henderson April 25, 2018, 9:28 p.m. UTC | #1
On 04/24/2018 05:23 AM, Alex Bennée wrote:
>  # Update TESTS
> -TESTS+=$(I386_TESTS)
> +TESTS+=$(I386_ONLY_TESTS)

Doesn't this depend on a variable you introduce in the next patch?


r~
Alex Bennée April 26, 2018, 8:59 a.m. UTC | #2
Richard Henderson <richard.henderson@linaro.org> writes:

> On 04/24/2018 05:23 AM, Alex Bennée wrote:
>>  # Update TESTS
>> -TESTS+=$(I386_TESTS)
>> +TESTS+=$(I386_ONLY_TESTS)
>
> Doesn't this depend on a variable you introduce in the next patch?
<snip>

Hmm, it should probably be merged.

--
Alex Bennée
diff mbox series

Patch

diff --git a/tests/tcg/i386/Makefile.target b/tests/tcg/i386/Makefile.target
index 39a1627650..80ccad3d7b 100644
--- a/tests/tcg/i386/Makefile.target
+++ b/tests/tcg/i386/Makefile.target
@@ -9,7 +9,7 @@  I386_SRCS=$(notdir $(wildcard $(I386_SRC)/*.c))
 I386_TESTS=$(I386_SRCS:.c=)
 
 # Update TESTS
-TESTS+=$(I386_TESTS)
+TESTS+=$(I386_ONLY_TESTS)
 
 ifneq ($(TARGET_NAME),x86_64)
 CFLAGS+=-m32