diff options
author | Bastian Koppelmann | 2021-05-12 12:20:42 +0200 |
---|---|---|
committer | Alex Bennée | 2021-05-18 10:36:21 +0200 |
commit | 55f037a5d578278b7e168fa6241c6f8f926e8856 (patch) | |
tree | 064290ae1345b17d9d534b7c984e69ed5ff6a855 /tests/tcg/tricore/Makefile.softmmu-target | |
parent | tests/tcg/tricore: Add fmul test (diff) | |
download | qemu-55f037a5d578278b7e168fa6241c6f8f926e8856.tar.gz qemu-55f037a5d578278b7e168fa6241c6f8f926e8856.tar.xz qemu-55f037a5d578278b7e168fa6241c6f8f926e8856.zip |
tests/tcg/tricore: Add ftoi test
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210305170045.869437-13-kbastian@mail.uni-paderborn.de>
Message-Id: <20210512102051.12134-23-alex.bennee@linaro.org>
Diffstat (limited to 'tests/tcg/tricore/Makefile.softmmu-target')
-rw-r--r-- | tests/tcg/tricore/Makefile.softmmu-target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/tricore/Makefile.softmmu-target b/tests/tcg/tricore/Makefile.softmmu-target index 34da1f37de..fcc7b6c1c9 100644 --- a/tests/tcg/tricore/Makefile.softmmu-target +++ b/tests/tcg/tricore/Makefile.softmmu-target @@ -9,6 +9,7 @@ TESTS += test_clz.tst TESTS += test_dvstep.tst TESTS += test_fadd.tst TESTS += test_fmul.tst +TESTS += test_ftoi.tst QEMU_OPTS += -M tricore_testboard -nographic -kernel |