revng / revng-qa

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

Miscellaneous fixes for Tier 2 #23

Closed pfez closed 7 months ago

pfez commented 7 months ago

This commit removes old obsolete decompilation tests, that were no longer used, and replaces them with 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

This is the updated version of https://github.com/revng/revng-qa/pull/22

I already integrated all the comments that were opened there