Skip to content

Commit

Permalink
Fix test run scripts from workspace change.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Apr 26, 2024
1 parent 7343a5b commit 2ff4622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testsuite/stm32f3/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

cd "$(dirname "$0")"

IMG=target/thumbv7em-none-eabihf/debug/lilos-testsuite-stm32f3
IMG=../../target/thumbv7em-none-eabihf/debug/lilos-testsuite-stm32f3

# F3 has enough flash to build in debug mode
cargo build
Expand Down
2 changes: 1 addition & 1 deletion testsuite/stm32f4/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

cd "$(dirname "$0")"

IMG=target/thumbv7em-none-eabihf/debug/lilos-testsuite-stm32f4
IMG=../../target/thumbv7em-none-eabihf/debug/lilos-testsuite-stm32f4

# F4 has enough flash to build in debug mode
cargo build
Expand Down
2 changes: 1 addition & 1 deletion testsuite/stm32g0/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

cd "$(dirname "$0")"

IMG=target/thumbv6m-none-eabi/release/lilos-testsuite-stm32g0
IMG=../../target/thumbv6m-none-eabi/release/lilos-testsuite-stm32g0

# G0 has tight enough flash that we need to build in release mode.
cargo build --release
Expand Down

0 comments on commit 2ff4622

Please sign in to comment.