mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
6 lines
121 B
Bash
Executable file
6 lines
121 B
Bash
Executable file
#!/bin/bash -eu
|
|
|
|
source tests/docker_env.sh
|
|
run_in_docker rm -f memory.flash
|
|
run_in_docker ./tests/start-up-and-test.sh
|
|
|