mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
tests: allow running tests from any directory (#487)
This commit is contained in:
parent
c46be39d58
commit
6a54839acb
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $(dirname $0)
|
||||
MICROPYTHON=../build/unix/micropython
|
||||
PYOPT=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user