Skip to content

Commit

Permalink
Reenable all tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jun 21, 2024
1 parent f591a25 commit 0ba67bf
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions Testing/cmsis_build/runall.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@ def runAVH(build,core,compiler):



allSuites=[
("MISCF32","../Output.pickle"),
("MISCQ31","../Output.pickle"),
("SupportTestsF16","../Output_f16.pickle"),
##("BasicTestsF32","../Output.pickle"),
#("BasicTestsF16","../Output_f16.pickle"),
]
#allSuites=[
#("MISCF32","../Output.pickle"),
#("MISCQ31","../Output.pickle"),
#("SupportTestsF16","../Output_f16.pickle"),
###("BasicTestsF32","../Output.pickle"),
##("BasicTestsF16","../Output_f16.pickle"),
#]

# Solution and build file for all
# the tests
Expand Down Expand Up @@ -245,20 +245,20 @@ def runAVH(build,core,compiler):
}

#Override previous solutions for more restricted testing.
compil_config={
'AC6':[
("VHT-Corstone-300","CS300"),
("VHT_M33","M33_DSP_FP"),
],
'GCC':[
("VHT-Corstone-300","CS300"),
("VHT_M33","M33_DSP_FP"),
],
'CLANG':[
("VHT-Corstone-300","CS300"),
("VHT_M33","M33_DSP_FP"),
]
}
#compil_config={
# 'AC6':[
# ("VHT-Corstone-300","CS300"),
# ("VHT_M33","M33_DSP_FP"),
# ],
# 'GCC':[
# ("VHT-Corstone-300","CS300"),
# ("VHT_M33","M33_DSP_FP"),
# ],
# 'CLANG':[
# ("VHT-Corstone-300","CS300"),
# ("VHT_M33","M33_DSP_FP"),
# ]
#}



Expand Down

0 comments on commit 0ba67bf

Please sign in to comment.