From a75098c9f5aba48a197053a96494a35262538287 Mon Sep 17 00:00:00 2001 From: Metehan Dundar Date: Tue, 11 Mar 2025 11:42:15 +0100 Subject: [PATCH] Add RISCV parser to test suite --- tests/all_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/all_tests.py b/tests/all_tests.py index fb861a7..28ee075 100755 --- a/tests/all_tests.py +++ b/tests/all_tests.py @@ -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",