From 31ae7facb30a46ba5635e8e5aeddde188973e6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 18 Jun 2019 12:03:51 +0200 Subject: [PATCH] Add test for build warnings with baremetal.h --- tests/scripts/all.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 9af040fba3..99c873692b 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1155,6 +1155,12 @@ component_build_armcc () { armc6_build_test "--target=aarch64-arm-none-eabi -march=armv8.2-a" } +# need _armcc in the name for pre_check_tools() +component_build_baremetal_script_gcc_armcc () { + msg "build: scripts/baremetal.sh gcc/armc5/armc6" + scripts/baremetal.sh --rom --gcc --armc5 --armc6 --check +} + component_build_armcc_tinycrypt_baremetal () { msg "build: ARM Compiler 5, make with tinycrypt and baremetal" scripts/config.pl baremetal