aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Rumyantsev <levarum@google.com>2024-05-16 22:49:57 -0700
committerLev Rumyantsev <levarum@google.com>2024-05-16 22:54:15 -0700
commit0bb14f284fa67abe235ff88dffb09ccd2f689521 (patch)
tree239d20909b27190ed943c2fb215b70e5fe32b803
parentc3705c2c54e67eadcc33ba7a208abced2fb549a9 (diff)
downloadbinary_translation-0bb14f284fa67abe235ff88dffb09ccd2f689521.tar.gz
Add inline-asm-tests to berberis_run_host_tests
Test: berberis_run_host_tests Bug: 301577077 Change-Id: I02b43f75a7e043de5e224bce22d96c643878b55d
-rw-r--r--tests/run_host_tests.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/run_host_tests.mk b/tests/run_host_tests.mk
index ab6bca76..ad726743 100644
--- a/tests/run_host_tests.mk
+++ b/tests/run_host_tests.mk
@@ -137,6 +137,28 @@ $(eval $(call add_test,berberis_ndk_program_tests_two_gear,\
$(TARGET_OUT_TESTCASES)/berberis_ndk_program_tests_static.native_bridge/x86_64/berberis_ndk_program_tests_static,\
BERBERIS_MODE=two-gear))
+# inline_asm_tests_riscv64
+
+$(eval $(call add_test,inline_asm_tests_riscv64_interpret_only,\
+ run_test_x86_64_riscv64,\
+ $(TARGET_OUT_TESTCASES)/inline_asm_tests_riscv64.native_bridge/x86_64/inline_asm_tests_riscv64,\
+ BERBERIS_MODE=interpret-only))
+
+$(eval $(call add_test,inline_asm_tests_riscv64_lite_translate_or_interpret,\
+ run_test_x86_64_riscv64,\
+ $(TARGET_OUT_TESTCASES)/inline_asm_tests_riscv64.native_bridge/x86_64/inline_asm_tests_riscv64,\
+ BERBERIS_MODE=lite-translate-or-interpret))
+
+$(eval $(call add_test,inline_asm_tests_riscv64_heavy_optimize_or_interpret,\
+ run_test_x86_64_riscv64,\
+ $(TARGET_OUT_TESTCASES)/inline_asm_tests_riscv64.native_bridge/x86_64/inline_asm_tests_riscv64,\
+ BERBERIS_MODE=heavy-optimize-or-interpret))
+
+$(eval $(call add_test,inline_asm_tests_riscv64_two_gear,\
+ run_test_x86_64_riscv64,\
+ $(TARGET_OUT_TESTCASES)/inline_asm_tests_riscv64.native_bridge/x86_64/inline_asm_tests_riscv64,\
+ BERBERIS_MODE=two-gear))
+
# berberis_host_tests
$(eval $(call add_test,berberis_host_tests,\