aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/loongarch64/Makefile.target
diff options
context:
space:
mode:
authorSong Gao <gaosong@loongson.cn>2022-07-16 16:54:22 +0800
committerRichard Henderson <richard.henderson@linaro.org>2022-07-19 21:53:58 +0530
commita5661c3ab5d1bf32d1284ee523d33151f3c525aa (patch)
tree68dced1f827cd8417839931de08a1a180efcecd6 /tests/tcg/loongarch64/Makefile.target
parent79e853b584ff097f410638c52a3d60b5ca044ad5 (diff)
downloadqemu-a5661c3ab5d1bf32d1284ee523d33151f3c525aa.zip
qemu-a5661c3ab5d1bf32d1284ee523d33151f3c525aa.tar.gz
qemu-a5661c3ab5d1bf32d1284ee523d33151f3c525aa.tar.bz2
tests/tcg/loongarch64: Add clo related instructions test
This includes: - CL{O/Z}.{W/D} - CT{O/Z}.{W/D} Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20220716085426.3098060-5-gaosong@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/tcg/loongarch64/Makefile.target')
-rw-r--r--tests/tcg/loongarch64/Makefile.target15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/tcg/loongarch64/Makefile.target b/tests/tcg/loongarch64/Makefile.target
new file mode 100644
index 0000000..c0bd8b9
--- /dev/null
+++ b/tests/tcg/loongarch64/Makefile.target
@@ -0,0 +1,15 @@
+# -*- Mode: makefile -*-
+#
+# LoongArch64 specific tweaks
+
+# Loongarch64 doesn't support gdb, so skip the EXTRA_RUNS
+EXTRA_RUNS =
+
+LOONGARCH64_SRC=$(SRC_PATH)/tests/tcg/loongarch64
+VPATH += $(LOONGARCH64_SRC)
+
+LDFLAGS+=-lm
+
+LOONGARCH64_TESTS = test_bit
+
+TESTS += $(LOONGARCH64_TESTS)