diff options
Diffstat (limited to 'tests/tcg/sh4/Makefile.target')
-rw-r--r-- | tests/tcg/sh4/Makefile.target | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tcg/sh4/Makefile.target b/tests/tcg/sh4/Makefile.target index 39751c41b2..a523a0d2c8 100644 --- a/tests/tcg/sh4/Makefile.target +++ b/tests/tcg/sh4/Makefile.target @@ -23,3 +23,6 @@ TESTS += test-macw test-addv: CFLAGS += -O -g TESTS += test-addv + +test-subv: CFLAGS += -O -g +TESTS += test-subv |