mirror of
https://github.com/YosysHQ/sby.git
synced 2025-09-02 09:40:43 +00:00
tests: Support testing an installed SBY using the SBY_CMD make variable
This commit is contained in:
parent
130aa37ed1
commit
6f0f2645c2
2 changed files with 9 additions and 0 deletions
4
tests/make/run_sby.py
Normal file
4
tests/make/run_sby.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import os
|
||||
import sys
|
||||
prog = os.environ.get("SBY_CMD", "sby")
|
||||
os.execvp(prog, [prog, *sys.argv[1:]])
|
Loading…
Add table
Add a link
Reference in a new issue