1
0
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:
Roman Zeyde 2019-03-26 15:12:09 +02:00 committed by Pavol Rusnak
parent c46be39d58
commit 6a54839acb

View File

@ -1,5 +1,6 @@
#!/bin/bash
cd $(dirname $0)
MICROPYTHON=../build/unix/micropython
PYOPT=1