diff options
Diffstat (limited to 'tests/tcg/mips/mipsr5900/Makefile')
-rw-r--r-- | tests/tcg/mips/mipsr5900/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/mips/mipsr5900/Makefile b/tests/tcg/mips/mipsr5900/Makefile index 6757168fc9..b3ddb9a7bf 100644 --- a/tests/tcg/mips/mipsr5900/Makefile +++ b/tests/tcg/mips/mipsr5900/Makefile @@ -9,6 +9,7 @@ CC = $(CROSS)gcc CFLAGS = -Wall -mabi=32 -march=r5900 -static TESTCASES = mult.tst +TESTCASES += multu.tst all: $(TESTCASES) |