diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh index 904e5e4b14..cc8d4cfb34 100755 --- a/tests/compiler-tests.sh +++ b/tests/compiler-tests.sh @@ -38,7 +38,8 @@ comprehensive=("gcc-version-11" "clang-version-12") # All build targets in build_opt/ which we want to build using each image. -builds=("ARM" +builds=("ALL" + "ARM" "ARM_MESI_Three_Level" "ARM_MESI_Three_Level_HTM" "ARM_MOESI_hammer"