From 0ba67bfaaea087f7971c2298e8cac8564b3799e3 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Fri, 21 Jun 2024 11:46:30 +0200 Subject: [PATCH] Reenable all tests. --- Testing/cmsis_build/runall.py | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Testing/cmsis_build/runall.py b/Testing/cmsis_build/runall.py index d5ed5331..902e51fd 100644 --- a/Testing/cmsis_build/runall.py +++ b/Testing/cmsis_build/runall.py @@ -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 @@ -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"), +# ] +#}