mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 09:35:39 +00:00
all.sh: Adhere to convention that build_ prefixes build-only tests
This commit is contained in:
parent
93de2965d0
commit
62daad3b9a
|
@ -1341,12 +1341,12 @@ component_build_armcc () {
|
|||
}
|
||||
|
||||
# need _armcc in the name for pre_check_tools()
|
||||
component_baremetal_raw_build_armcc () {
|
||||
component_build_baremetal_raw_armcc () {
|
||||
msg "build: scripts/baremetal.sh gcc/armc5/armc6"
|
||||
scripts/baremetal.sh --rom --gcc --armc5 --armc6 --check
|
||||
}
|
||||
|
||||
component_baremetal_test_build () {
|
||||
component_test_baremetal () {
|
||||
msg "build: lib+test+programs for baremetal.h + baremetal_test.h"
|
||||
record_status scripts/baremetal.sh --ram --build-only
|
||||
|
||||
|
|
Loading…
Reference in a new issue