aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/i386/Makefile.softmmu-target
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-04-29 16:55:59 +0100
committerAlex Bennée <alex.bennee@linaro.org>2019-05-28 10:28:51 +0100
commit7ac283e9637f770ad85189531de11c555a6c3813 (patch)
tree979a0d97a427087fccb4ace2f9683b541a649ae9 /tests/tcg/i386/Makefile.softmmu-target
parent936647d3fcea6a8ff1ecb422ed23afd9f79357c0 (diff)
tests/tcg/multiarch: expand system memory test to cover more
Expand the memory test to cover move of the softmmu code. Specifically we: - improve commentary - add some helpers (for later BE support) - reduce boiler plate into helpers - add signed reads at various sizes/offsets - required -DCHECK_UNALIGNED Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/tcg/i386/Makefile.softmmu-target')
-rw-r--r--tests/tcg/i386/Makefile.softmmu-target2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/i386/Makefile.softmmu-target b/tests/tcg/i386/Makefile.softmmu-target
index c31bbbf39a..e1f98177aa 100644
--- a/tests/tcg/i386/Makefile.softmmu-target
+++ b/tests/tcg/i386/Makefile.softmmu-target
@@ -42,5 +42,7 @@ LDFLAGS+=-static -nostdlib $(CRT_OBJS) $(MINILIB_OBJS) -lgcc
%: %.c $(LINK_SCRIPT) $(CRT_OBJS) $(MINILIB_OBJS)
$(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
+memory: CFLAGS+=-DCHECK_UNALIGNED=1
+
# Running
QEMU_OPTS+=-device isa-debugcon,chardev=output -device isa-debug-exit,iobase=0xf4,iosize=0x4 -kernel