all.sh: Adhere to convention that build_ prefixes build-only tests
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index da0bb60..2415cdd 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -1341,12 +1341,12 @@
}
# 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