forked from diffblue/cbmc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test.pl: add support for tagging test-cases
Test cases can now have secondary tags after their main CORE/KNOWNBUG/FUTURE/THOROUGH tag, which can be filtered using -I (require tag) or -X (exclude tag) options. Both options can be repeated; -I x -I y means a case needs either x or y tags, and -X x -X y means it cannot have either if it is to run.
- Loading branch information
Showing
1 changed file
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters