mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Merge pull request #1387 from jordancarlin/regression-fp
Remove deprecated --fp option from regression-wally
This commit is contained in:
commit
1d7b37d94e
1 changed files with 0 additions and 1 deletions
|
@ -392,7 +392,6 @@ def parse_args():
|
|||
parser.add_argument("--buildroot", help="Include Buildroot Linux boot test (takes many hours, done along with --nightly)", action="store_true")
|
||||
parser.add_argument("--testfloat", help="Include Testfloat floating-point unit tests", action="store_true")
|
||||
parser.add_argument("--branch", help="Run branch predictor accuracy tests", action="store_true")
|
||||
parser.add_argument("--fp", help="Include floating-point tests in coverage (slower runtime)", action="store_true") # Currently not used
|
||||
parser.add_argument("--breker", help="Run Breker tests", action="store_true") # Requires a license for the breker tool. See tests/breker/README.md for details
|
||||
parser.add_argument("--dryrun", help="Print commands invoked to console without running regression", action="store_true")
|
||||
return parser.parse_args()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue