Skip to content

Commit

Permalink
tests/tcg: move ARM specific tests into subdir
Browse files Browse the repository at this point in the history
These only need to be built for ARM guests.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
stsquad committed Jun 20, 2018
1 parent e571ba6 commit c348722
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 9 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS
Expand Up @@ -135,6 +135,7 @@ M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
S: Maintained
F: target/arm/
F: tests/tcg/arm/
F: hw/arm/
F: hw/cpu/a*mpcore.c
F: include/hw/cpu/a*mpcore.h
Expand Down
9 changes: 0 additions & 9 deletions tests/tcg/README
Expand Up @@ -5,15 +5,6 @@ or they are architecture specific.



ARM
===

hello-arm
---------

test-arm-iwmmxt
---------------

MIPS
====

Expand Down
13 changes: 13 additions & 0 deletions tests/tcg/arm/Makefile.target
@@ -0,0 +1,13 @@
# -*- Mode: makefile -*-
#
# ARM - included from tests/tcg/Makefile.target
#

ARM_SRC=$(SRC_PATH)/tests/tcg/arm

# Set search path for all sources
VPATH += $(ARM_SRC)


hello-arm: CFLAGS+=-marm -ffreestanding
hello-arm: LDFLAGS+=-nostdlib
11 changes: 11 additions & 0 deletions tests/tcg/arm/README
@@ -0,0 +1,11 @@
These are ARM specific guest programs

hello-arm
---------

A very simple inline assembly, write syscall based hello world

test-arm-iwmmxt
---------------

A simple test case for older iwmmxt extended ARMs
File renamed without changes.
File renamed without changes.

0 comments on commit c348722

Please sign in to comment.