Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu/rayw.git] / tests / tcg / loongarch64 / Makefile.target
blob00030a102660a4238fb26308cebe029c1a3623e0
1 # -*- Mode: makefile -*-
3 # LoongArch64 specific tweaks
5 # Loongarch64 doesn't support gdb, so skip the EXTRA_RUNS
6 EXTRA_RUNS =
8 LOONGARCH64_SRC=$(SRC_PATH)/tests/tcg/loongarch64
9 VPATH += $(LOONGARCH64_SRC)
11 LDFLAGS+=-lm
13 LOONGARCH64_TESTS  = test_bit
14 LOONGARCH64_TESTS  += test_div
15 LOONGARCH64_TESTS  += test_fclass
16 LOONGARCH64_TESTS  += test_fpcom
17 LOONGARCH64_TESTS  += test_pcadd
18 LOONGARCH64_TESTS  += test_fcsr
20 TESTS += $(LOONGARCH64_TESTS)