diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2019-02-18 06:40:38 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2019-02-28 04:43:23 -0800 |
commit | 50f0171a9543f7a40abdbd36714fb1201cdc47b0 (patch) | |
tree | eb172efdd17586270d694f41e9d004c580f77dc2 /tests/tcg/xtensa/test_clamps.S | |
parent | ecf5b577592be61b78b5d67724a1ebf559c9e695 (diff) |
tests/tcg/xtensa: add straightforward conditionals
Make tests for optional instruction groups conditional on the presence
of corresponding options in the config.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'tests/tcg/xtensa/test_clamps.S')
-rw-r--r-- | tests/tcg/xtensa/test_clamps.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tcg/xtensa/test_clamps.S b/tests/tcg/xtensa/test_clamps.S index 3efabfd9d3..d9b2c38ac1 100644 --- a/tests/tcg/xtensa/test_clamps.S +++ b/tests/tcg/xtensa/test_clamps.S @@ -2,6 +2,8 @@ test_suite clamps +#if XCHAL_HAVE_CLAMPS + test clamps movi a2, 0 movi a3, 0 @@ -39,4 +41,6 @@ test clamps assert eq, a3, a2 test_end +#endif + test_suite_end |