You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CBMC tests: Allow wildcard pattern in list of proofs to run
- This commit is ported from:
- mlkem, commit: 615d972
- This commit adds support for the use of wildcard pattern `*` in invocations of `tests cbmc`.
Example:
```
tests cbmc -p "*poly*"
```
This will run all tests for functions containing "poly".
- As before, multiple patterns can be provided, e.g.
```
tests cbmc -p "*keccak*" "*once*"
```
Signed-off-by: willieyz <[email protected]>
0 commit comments