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

6 lines
90 B
Bash
Raw Normal View History

2016-04-12 16:09:23 +00:00
#!/bin/sh
for i in *.py; do
echo
../../vendor/micropython/unix/micropython $i
done