diff options
Diffstat (limited to 'tests/tcg/mips/mipsr5900/Makefile')
-rw-r--r-- | tests/tcg/mips/mipsr5900/Makefile | 3 |
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 |