3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 13:40:53 +00:00

Added "make -j{N}" support to "make test"

This commit is contained in:
Clifford Wolf 2014-07-30 19:21:52 +02:00
parent ceecf5b153
commit 7d98645fe8
7 changed files with 39 additions and 22 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
exec bash ../tools/autotest.sh -G *.v
exec ${MAKE:-make} -f ../tools/autotest.mk *.v