mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
f6b6138408
So far we only had end-to-end functionality testing. This commit introduces a new part of the testsuite which allows to verify quickly if the results that a certain analysis should give are changed or not. This is vital to be able to make larger changes. So far the test suite is composed by the most difficult case we support (the uClibc ARM memset) and the typical lowering of switch statements for ARM, MIPS and x86-64. I'm so happy now.