revng / revng-qa

Source for rev.ng test cases
GNU General Public License v2.0
6 stars 12 forks source link

Add various tests for decompilation #22

Closed pfez closed 7 months ago

pfez commented 7 months ago

This patchset adds tests for various features of the decompiler:

All the actual tests are implmented in revng-c, based on FileCheck. Here we're adding only the original source, and recipes to compile the code to generated the binaries that are then used in revng-c for tests.

pfez commented 7 months ago

Ok I'll take the reviews, and move this to revng-c. Thanks for the feedback. Closing the MR here then.