503e549e44
Add a small test to avoid regressions. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Thomas Huth <thuth@redhat.com> Message-Id: <20220725223746.227063-3-iii@linux.ibm.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
10 lines
230 B
Makefile
10 lines
230 B
Makefile
S390X_SRC=$(SRC_PATH)/tests/tcg/s390x
|
|
VPATH+=$(S390X_SRC)
|
|
QEMU_OPTS=-action panic=exit-failure -kernel
|
|
|
|
%: %.S
|
|
$(CC) -march=z13 -m64 -nostartfiles -static -Wl,-Ttext=0 \
|
|
-Wl,--build-id=none $< -o $@
|
|
|
|
TESTS += unaligned-lowcore
|