fdefelici / clove-unit

Single-Header Unit Testing framework for C (interoperable with C++) with test autodiscovery feature
MIT License
46 stars 9 forks source link

Run Pretty: Allow Inclusion/Exclusion to be applyied in order #97

Open fdefelici opened 6 months ago

fdefelici commented 6 months ago

Currently all the inclusion are applyied first, and if no one match, all the exclusion are applyied.

Could be intersting allow inclusion / exclusion respecting the order with whom are declared on the command line.