aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2023-11-20 15:08:29 +0000
committerAlex Bennée <alex.bennee@linaro.org>2023-11-23 14:10:06 +0000
commite8368b1c95728180d0e1ac8f468a34de2c588f9b (patch)
tree8260a001fa040537c42325c5228d78aab705799a /tests
parent575aac007cfa5a28315f5c5658d3cf64cd6a5de4 (diff)
downloadqemu-e8368b1c95728180d0e1ac8f468a34de2c588f9b.zip
qemu-e8368b1c95728180d0e1ac8f468a34de2c588f9b.tar.gz
qemu-e8368b1c95728180d0e1ac8f468a34de2c588f9b.tar.bz2
testing: move arm system tests into their own folder
Prepare for expanding the arm system tests by cleaning up the test directory. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20231120150833.2552739-11-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/tcg/arm/Makefile.softmmu-target5
-rw-r--r--tests/tcg/arm/system/test-armv6m-undef.S (renamed from tests/tcg/arm/test-armv6m-undef.S)0
-rw-r--r--tests/tcg/arm/system/test-armv6m-undef.ld (renamed from tests/tcg/arm/test-armv6m-undef.ld)0
3 files changed, 2 insertions, 3 deletions
diff --git a/tests/tcg/arm/Makefile.softmmu-target b/tests/tcg/arm/Makefile.softmmu-target
index 8b546e2..7857ab9 100644
--- a/tests/tcg/arm/Makefile.softmmu-target
+++ b/tests/tcg/arm/Makefile.softmmu-target
@@ -3,7 +3,7 @@
# ARM SoftMMU tests - included from tests/tcg/Makefile
#
-ARM_SRC=$(SRC_PATH)/tests/tcg/arm
+ARM_SRC=$(SRC_PATH)/tests/tcg/arm/system
# Set search path for all sources
VPATH += $(ARM_SRC)
@@ -12,7 +12,6 @@ ARM_TESTS=test-armv6m-undef
TESTS += $(ARM_TESTS)
-CFLAGS+=-Wl,--build-id=none -x assembler-with-cpp
LDFLAGS+=-nostdlib -N -static
%: %.S %.ld
@@ -20,7 +19,7 @@ LDFLAGS+=-nostdlib -N -static
# Specific Test Rules
-test-armv6m-undef: EXTRA_CFLAGS+=-mcpu=cortex-m0 -mfloat-abi=soft
+test-armv6m-undef: EXTRA_CFLAGS+=-mcpu=cortex-m0 -mfloat-abi=soft -Wl,--build-id=none -x assembler-with-cpp
run-test-armv6m-undef: QEMU_OPTS+=-semihosting -M microbit -kernel
diff --git a/tests/tcg/arm/test-armv6m-undef.S b/tests/tcg/arm/system/test-armv6m-undef.S
index d18ca56..d18ca56 100644
--- a/tests/tcg/arm/test-armv6m-undef.S
+++ b/tests/tcg/arm/system/test-armv6m-undef.S
diff --git a/tests/tcg/arm/test-armv6m-undef.ld b/tests/tcg/arm/system/test-armv6m-undef.ld
index 43dbbf1..43dbbf1 100644
--- a/tests/tcg/arm/test-armv6m-undef.ld
+++ b/tests/tcg/arm/system/test-armv6m-undef.ld