wwylele / teakra

DSi/3DS DSP emulator, disassembler, assembler, and tester
MIT License
76 stars 19 forks source link

test_verifier: speed up testing process #16

Closed liushuyu closed 5 years ago

liushuyu commented 5 years ago

speed up the testing process by not calling ToHex so often as ToHex is very expensive to call.

In this PR, I added a new check type, so the ToHex call only happens when the target test is failed.


This change is Reviewable