1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-31 09:50:58 +00:00
trezor-firmware/src/tests/run_tests.sh
2016-09-27 17:22:50 +02:00

6 lines
90 B
Bash
Executable File

#!/bin/sh
for i in *.py; do
echo
../../vendor/micropython/unix/micropython $i
done