mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-26 05:43:34 +00:00
Small fix
This commit is contained in:
parent
acfd11446d
commit
dee12da408
2 changed files with 2 additions and 2 deletions
|
|
@ -53,6 +53,6 @@ def create_tests():
|
|||
|
||||
gen_tests_makefile.generate_cmd_test("aigmap", cmd)
|
||||
|
||||
extra = [ f"ABC ?= {gen_tests_makefile.yosys_basedir}/yosys-abc" ]
|
||||
extra = [ f"ABC ?= {gen_tests_makefile.yosys_basedir}/yosys-abc", "SHELL := /bin/bash" ]
|
||||
|
||||
gen_tests_makefile.generate_custom(create_tests, extra)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue