mc-imperial / dredd

Framework for evaluating C/C++ compiler testing tools
Apache License 2.0
11 stars 3 forks source link

Add execute tests for unsigned relational operators #294

Closed afd closed 1 month ago

afd commented 1 month ago

These tests validate that relational operator mutations are working as expected when the optimisations from Just and Schweiggert 2014 are applied.

Resolves #285.