
Add a small test to prevent regressions. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20221103130011.2670186-1-iii@linux.ibm.com> Message-Id: <20230220184052.163465-6-richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
11 lines
239 B
Makefile
11 lines
239 B
Makefile
S390X_SRC=$(SRC_PATH)/tests/tcg/s390x
|
|
VPATH+=$(S390X_SRC)
|
|
QEMU_OPTS=-action panic=exit-failure -kernel
|
|
|
|
%: %.S
|
|
$(CC) -march=z13 -m64 -nostdlib -static -Wl,-Ttext=0 \
|
|
-Wl,--build-id=none $< -o $@
|
|
|
|
TESTS += unaligned-lowcore
|
|
TESTS += bal
|