understanding of Cfamiliarity with unit testing concepts
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
55
研究方向
This issue requires converting all legacy unit tests in the radare2 repository to the new minunit format as defined in linked issue #5314. First, study the minunit format from that issue and existing examples in the test directory. Then, systematically go through each legacy test file, likely under test/unit or similar, and rewrite them using minunit macros. Ensure tests pass after conversion. There are 4 comments in the issue that may provide guidance or updates on progress. Note any files or patterns mentioned in those comments.