aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/xtensa/test_loop.S
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2019-02-18 06:40:38 -0800
committerMax Filippov <jcmvbkbc@gmail.com>2019-02-28 04:43:23 -0800
commit50f0171a9543f7a40abdbd36714fb1201cdc47b0 (patch)
treeeb172efdd17586270d694f41e9d004c580f77dc2 /tests/tcg/xtensa/test_loop.S
parentecf5b577592be61b78b5d67724a1ebf559c9e695 (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_loop.S')
-rw-r--r--tests/tcg/xtensa/test_loop.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tcg/xtensa/test_loop.S b/tests/tcg/xtensa/test_loop.S
index 5755578d01..0cfd8661ea 100644
--- a/tests/tcg/xtensa/test_loop.S
+++ b/tests/tcg/xtensa/test_loop.S
@@ -2,6 +2,8 @@
test_suite loop
+#if XCHAL_HAVE_LOOPS
+
test loop
movi a2, 0
movi a3, 5
@@ -160,4 +162,6 @@ test loopgtz
1:
test_end
+#endif
+
test_suite_end