Skip to content

Commit

Permalink
testsuite/stm32f3: include in build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Mar 2, 2024
1 parent 0caa681 commit 720461b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion msrv-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 720461b

Please sign in to comment.