xref: /qemu/tests/tcg/aarch64/Makefile.target (revision 9277d81f)
1# -*- Mode: makefile -*-
2#
3# AArch64 specific tweaks
4
5AARCH64_SRC=$(SRC_PATH)/tests/tcg/aarch64
6VPATH 		+= $(AARCH64_SRC)
7
8# we don't build any of the ARM tests
9AARCH64_TESTS=$(filter-out $(ARM_TESTS), $(TESTS))
10AARCH64_TESTS+=fcvt
11TESTS:=$(AARCH64_TESTS)
12
13fcvt: LDFLAGS+=-lm
14
15run-fcvt: fcvt
16	$(call run-test,$<,$(QEMU) $<, "$< on $(TARGET_NAME)")
17	$(call diff-out,$<,$(AARCH64_SRC)/fcvt.ref)
18