The tf-m regression tests library generated from GCC_ARM is not
compatible with ARMC6. Therefore we need to keep two copies of tf-m
regression tests: one from each compiler.
The library is copied to test/lib/TOOLCHAIN_<compiler_name> depending
on the compiler used to build TF-M. Keeping copies will also ensure that
Mbed OS can be built using either compiler without always building TF-M.
The tf-m regression tests library generated from GCC_ARM is not compatible with ARMC6. Therefore we need to keep two copies of tf-m regression tests: one from each compiler.
The library is copied to
test/lib/TOOLCHAIN_<compiler_name>
depending on the compiler used to build TF-M. Keeping copies will also ensure that Mbed OS can be built using either compiler without always building TF-M.Signed-off-by: Devaraj Ranganna devaraj.ranganna@arm.com