From b462c5031aa5a588035824c8701dd56ee92e9161 Mon Sep 17 00:00:00 2001 From: Bobby Bruce Date: Tue, 29 Jun 2021 16:14:06 -0700 Subject: [PATCH] tests: Add missing build targets to compiler tests This commit ensures all build targets are tested during the compiler tests. Previously some missing. Change-Id: I48674ead876dd528574b518108725493d2b8abc3 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/47342 Tested-by: kokoro Reviewed-by: Daniel Carvalho Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- tests/compiler-tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh index df5192594b..29a4268668 100755 --- a/tests/compiler-tests.sh +++ b/tests/compiler-tests.sh @@ -37,9 +37,12 @@ comprehensive=("gcc-version-10" # All build targets in build_opt/ which we want to build using each image. builds=("ARM" "ARM_MESI_Three_Level" + "ARM_MESI_Three_Level_HTM" + "ARM_MOESI_hammer" "Garnet_standalone" "GCN3_X86" "MIPS" + "NULL" "NULL_MESI_Two_Level" "NULL_MOESI_CMP_directory" "NULL_MOESI_CMP_token" @@ -48,6 +51,7 @@ builds=("ARM" "RISCV" "SPARC" "X86" + "X86_MESI_Two_Level" "X86_MOESI_AMD_Base") # The optimizations to use for each build target.