From 720461b362736087e1c1d0a3df7aeccae116c803 Mon Sep 17 00:00:00 2001 From: "Cliff L. Biffle" Date: Sat, 2 Mar 2024 12:56:16 -0800 Subject: [PATCH] testsuite/stm32f3: include in build --- build-all.sh | 2 +- msrv-all.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-all.sh b/build-all.sh index f8b8d16..e658312 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,7 +2,7 @@ set -euo pipefail -DIRS="os testsuite/stm32f4 testsuite/stm32g0 examples/*/*" +DIRS="os testsuite/stm32f4 testsuite/stm32g0 testsuite/stm32f3 examples/*/*" for d in $DIRS; do echo "---- building in $d" diff --git a/msrv-all.sh b/msrv-all.sh index 22a6ccf..ee4f112 100755 --- a/msrv-all.sh +++ b/msrv-all.sh @@ -4,7 +4,7 @@ set -euo pipefail jq --version -DIRS="os testsuite/stm32f4 testsuite/stm32g0 examples/*/*" +DIRS="os testsuite/stm32f4 testsuite/stm32g0 testsuite/stm32f3 examples/*/*" for d in $DIRS; do pushd $d > /dev/null