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 <noreply+kokoro@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
Bobby Bruce
2021-06-29 16:14:06 -07:00
committed by Bobby R. Bruce
parent 371f1b252f
commit b462c5031a

View File

@@ -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.