Modify all.sh test names to reflect use of ARMCC
This commit is contained in:
parent
28d2a88173
commit
c4296a3bbb
1 changed files with 3 additions and 2 deletions
|
@ -1341,12 +1341,13 @@ component_build_armcc () {
|
||||||
}
|
}
|
||||||
|
|
||||||
# need _armcc in the name for pre_check_tools()
|
# need _armcc in the name for pre_check_tools()
|
||||||
component_baremetal_raw_build () {
|
component_baremetal_raw_build_armcc () {
|
||||||
msg "build: scripts/baremetal.sh gcc/armc5/armc6"
|
msg "build: scripts/baremetal.sh gcc/armc5/armc6"
|
||||||
scripts/baremetal.sh --rom --gcc --armc5 --armc6 --check
|
scripts/baremetal.sh --rom --gcc --armc5 --armc6 --check
|
||||||
}
|
}
|
||||||
|
|
||||||
component_baremetal_test_build () {
|
# need _armcc in the name for pre_check_tools()
|
||||||
|
component_baremetal_test_build_armcc () {
|
||||||
msg "build: lib+test+programs for baremetal.h + baremetal_test.h"
|
msg "build: lib+test+programs for baremetal.h + baremetal_test.h"
|
||||||
record_status scripts/baremetal.sh --ram --build-only
|
record_status scripts/baremetal.sh --ram --build-only
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue