mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-30 15:00:26 +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
8
tests/tools/autotest.mk
Normal file
8
tests/tools/autotest.mk
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
EXTRA_FLAGS=
|
||||
|
||||
$(MAKECMDGOALS):
|
||||
@$(basename $(MAKEFILE_LIST)).sh -G -j $(EXTRA_FLAGS) $@
|
||||
|
||||
.PHONY: $(MAKECMDGOALS)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue