Add RISCV parser to test suite

This commit is contained in:
Metehan Dundar
2025-03-11 11:42:15 +01:00
parent 685c9f3225
commit 5b193c80ce

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",