mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Fix regression-wally test list conditions
This commit is contained in:
parent
819217eaee
commit
f84e6b2730
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ def selectTests(args, sims, coverStr):
|
|||
if args.breker:
|
||||
addTestsByDir(WALLY+"/tests/breker/work", "breker", "questa", coverStr, configs, brekerMode=1)
|
||||
# standard tests
|
||||
if not(args.testfloat or args.ccov or args.fcov or args.fcov_act or args.branch or args.breker):
|
||||
if not(args.testfloat or args.ccov or args.fcov or args.fcov_act or args.cache or args.branch or args.benchmark or args.breker):
|
||||
for sim in sims:
|
||||
if not (args.buildroot and sim == lockstepsim): # skip short buildroot sim if running long one
|
||||
addTests(tests_buildrootshort, sim, coverStr, configs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue