1 # -*- Mode: makefile -*-
3 # LoongArch64 specific tweaks
5 # Loongarch64 doesn't support gdb, so skip the EXTRA_RUNS
8 LOONGARCH64_SRC=$(SRC_PATH)/tests/tcg/loongarch64
9 VPATH += $(LOONGARCH64_SRC)
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)