Skip to content

Commit

Permalink
Add missing clang in vcpkg config and limit number of tests for check…
Browse files Browse the repository at this point in the history
…ing if it works.
  • Loading branch information
christophe0606 committed Jun 21, 2024
1 parent 9fe33c7 commit 363eac9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
37 changes: 19 additions & 18 deletions Testing/cmsis_build/runall.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,13 @@ def runAVH(build,core,compiler):



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

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

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



Expand Down
1 change: 1 addition & 0 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"arm:tools/ninja-build/ninja": "1.12.0",
"arm:compilers/arm/armclang": "6.22.0",
"arm:compilers/arm/arm-none-eabi-gcc": "^13.2.1",
"arm:compilers/arm/llvm-embedded": "^18.1.3",
"arm:models/arm/avh-fvp": "^11.22.39",
"arm:debuggers/arm/armdbg": "6.1.2"
}
Expand Down

0 comments on commit 363eac9

Please sign in to comment.