Add RISCV parser to test suite

This commit is contained in:
Metehan Dundar
2025-03-11 11:42:15 +01:00
parent 653c27135d
commit a75098c9f5

View File

@@ -9,6 +9,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
"test_base_parser",
"test_parser_x86att",
"test_parser_AArch64",
"test_parser_RISCV",
"test_marker_utils",
"test_semantics",
"test_frontend",