mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-22 18:09:41 +00:00
Make out of tree build testing possible
This commit is contained in:
parent
5c6de04467
commit
c0779f488a
37 changed files with 131 additions and 119 deletions
|
|
@ -1574,7 +1574,7 @@ def create_tests():
|
|||
for lib in t.libs:
|
||||
libs_args += f" -l memlib_{lib}.v"
|
||||
cmd = (
|
||||
f"../tools/autotest.sh -G -j ${{SEEDOPT}} ${{EXTRA_FLAGS}} "
|
||||
f"../tools/autotest.sh -G -j ${{SEEDOPT}} -Y ${{YOSYS}} "
|
||||
f"-p 'script ../t_{t.name}.ys'"
|
||||
f"{libs_args} "
|
||||
f"t_{t.name}.v || (cat t_{t.name}.err; exit 1)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue