enable individual test selection from command line
This commit is contained in:
parent
319f78f645
commit
bddbd824d9
1 changed files with 1 additions and 0 deletions
|
@ -2051,6 +2051,7 @@ if __name__ == "__main__":
|
||||||
parser.add_argument('-i', '--instruction', default=movr1r0, type=int)
|
parser.add_argument('-i', '--instruction', default=movr1r0, type=int)
|
||||||
parser.add_argument('--nommu', action="store_true")
|
parser.add_argument('--nommu', action="store_true")
|
||||||
parser.add_argument('--clr', action="store_true")
|
parser.add_argument('--clr', action="store_true")
|
||||||
|
parser.add_argument('tests', nargs="*")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
if args.performance:
|
if args.performance:
|
||||||
|
|
Loading…
Add table
Reference in a new issue