mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 02:57:51 +00:00
Added "make -j{N}" support to "make test"
This commit is contained in:
parent
ceecf5b153
commit
7d98645fe8
7 changed files with 39 additions and 22 deletions
|
@ -6,4 +6,4 @@ if ! which iverilog > /dev/null ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
exec bash ../tools/autotest.sh -G *.v
|
||||
exec ${MAKE:-make} -f ../tools/autotest.mk *.v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue