aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/mips/mipsr5900/Makefile
diff options
context:
space:
mode:
authorFredrik Noring <noring@nocrew.org>2018-10-21 17:42:08 +0200
committerAleksandar Markovic <amarkovic@wavecomp.com>2018-10-24 15:20:31 +0200
commit990aa328be42b27b78fcd40c6402971c3c49aac4 (patch)
tree3af7de8707d4ab8f924cd3d0d8ca20e95b39c7e5 /tests/tcg/mips/mipsr5900/Makefile
parent4d261a6a595ef3f6d6f65d03927187b43a97e3f2 (diff)
downloadqemu-990aa328be42b27b78fcd40c6402971c3c49aac4.zip
qemu-990aa328be42b27b78fcd40c6402971c3c49aac4.tar.gz
qemu-990aa328be42b27b78fcd40c6402971c3c49aac4.tar.bz2
tests/tcg/mips: Add tests for R5900 DIV1
Add a test for DIV1. Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com> Signed-off-by: Fredrik Noring <noring@nocrew.org> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Diffstat (limited to 'tests/tcg/mips/mipsr5900/Makefile')
-rw-r--r--tests/tcg/mips/mipsr5900/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tcg/mips/mipsr5900/Makefile b/tests/tcg/mips/mipsr5900/Makefile
index 287c248..757eb83 100644
--- a/tests/tcg/mips/mipsr5900/Makefile
+++ b/tests/tcg/mips/mipsr5900/Makefile
@@ -8,7 +8,8 @@ SIM_FLAGS=-cpu R5900
CC = $(CROSS)gcc
CFLAGS = -Wall -mabi=32 -march=r5900 -static
-TESTCASES = mflohi1.tst
+TESTCASES = div1.tst
+TESTCASES += mflohi1.tst
TESTCASES += mtlohi1.tst
TESTCASES += mult.tst
TESTCASES += multu.tst