diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-12-05 07:15:25 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-12-08 18:48:26 +0000 |
commit | efdfac94f48f8589a0d60b650c7bed989a341eaa (patch) | |
tree | 0bbe54bfc436838dd56bf919709ba28cb0834f6c /tests/tcg/xtensa/Makefile | |
parent | b7909d81f7658f64bba0faed83e7c2fd6a52fcba (diff) |
target-xtensa: add SR accessibility unit tests
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tests/tcg/xtensa/Makefile')
-rw-r--r-- | tests/tcg/xtensa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/xtensa/Makefile b/tests/tcg/xtensa/Makefile index 0ff0ccfb8c..56cfe0f7b8 100644 --- a/tests/tcg/xtensa/Makefile +++ b/tests/tcg/xtensa/Makefile @@ -45,6 +45,7 @@ TESTCASES += test_rst0.tst TESTCASES += test_sar.tst TESTCASES += test_sext.tst TESTCASES += test_shift.tst +TESTCASES += test_sr.tst TESTCASES += test_timer.tst TESTCASES += test_windowed.tst |