mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
run directed tests along with random when given TEST=all
This commit is contained in:
parent
4a48b3c08d
commit
da76b69300
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class RegressionMetadata(scripts_lib.testdata_cls):
|
|||
matched_list: ibex_cmd._TestEntries = []
|
||||
for entry in m.get('tests'):
|
||||
select_test = any(x in self.test.split(',')
|
||||
for x in ['all_directed', entry.get('test')])
|
||||
for x in ['all_directed', 'all', entry.get('test')])
|
||||
if select_test:
|
||||
entry.update({'iterations': (self.iterations or entry['iterations'])})
|
||||
if entry['iterations'] > 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue