diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2023-04-27 15:40:51 -0700 |
---|---|---|
committer | Taylor Simpson <tsimpson@quicinc.com> | 2023-05-18 12:40:51 -0700 |
commit | 860132e29543c6ab747745ceeed875593a355d1f (patch) | |
tree | 435307b3d397dda942c5fd8b0a5e4de58ee0a265 /tests/tcg/hexagon/Makefile.target | |
parent | 406c74f22d457969bdc0b604876d671211cbdaa9 (diff) | |
download | qemu-860132e29543c6ab747745ceeed875593a355d1f.zip qemu-860132e29543c6ab747745ceeed875593a355d1f.tar.gz qemu-860132e29543c6ab747745ceeed875593a355d1f.tar.bz2 |
Hexagon (tests/tcg/hexagon) Add v68 scalar tests
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230427224057.3766963-4-tsimpson@quicinc.com>
Diffstat (limited to 'tests/tcg/hexagon/Makefile.target')
-rw-r--r-- | tests/tcg/hexagon/Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/hexagon/Makefile.target b/tests/tcg/hexagon/Makefile.target index 59b1b07..b7529e2 100644 --- a/tests/tcg/hexagon/Makefile.target +++ b/tests/tcg/hexagon/Makefile.target @@ -76,6 +76,8 @@ HEX_TESTS += test_vminh HEX_TESTS += test_vpmpyh HEX_TESTS += test_vspliceb +HEX_TESTS += v68_scalar + TESTS += $(HEX_TESTS) # This test has to be compiled for the -mv67t target |