vtil-project / VTIL-Core

Virtual-machine Translation Intermediate Language
BSD 3-Clause "New" or "Revised" License
1.31k stars 165 forks source link

Implement unit tests / fuzzing for algorithm-heavy units like sinkhole or simplification. #14

Closed can1357 closed 3 years ago

can1357 commented 3 years ago

Optimization is tested using unit tests and simplification has toggleable validation now so closing. We should still move some of the tests into VTIL-Tests though.