target/arm: Deliver BKPT/BRK exceptions to correct exception level
[qemu/ar7.git] / tests / tcg / aarch64 / Makefile.target
blob31ba9cfcaa1db099fd16e7536db47a2ef962527b
1 # -*- Mode: makefile -*-
3 # AArch64 specific tweaks
5 AARCH64_SRC=$(SRC_PATH)/tests/tcg/aarch64
6 VPATH           += $(AARCH64_SRC)
8 # we don't build any of the ARM tests
9 AARCH64_TESTS=$(filter-out $(ARM_TESTS), $(TESTS))
10 AARCH64_TESTS+=fcvt
12 fcvt: LDFLAGS+=-lm
14 run-fcvt: fcvt
15         $(call run-test,$<,$(QEMU) $<, "$< on $(TARGET_NAME)")
16         $(call diff-out,$<,$(AARCH64_SRC)/fcvt.ref)
18 AARCH64_TESTS += pauth-1 pauth-2
19 run-pauth-%: QEMU += -cpu max
21 TESTS:=$(AARCH64_TESTS)