mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-03 00:45:15 +00:00
Make sure targets are built for tests
This commit is contained in:
parent
108a9133d0
commit
1a864c72ae
2 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -922,7 +922,7 @@ test: vanilla-test unit-test
|
|||
|
||||
.PHONY: vanilla-test
|
||||
|
||||
vanilla-test:
|
||||
vanilla-test: $(TARGETS) $(EXTRA_TARGETS)
|
||||
@$(MAKE) -C tests vanilla-test \
|
||||
$(if $(ENABLE_VERIFIC),ENABLE_VERIFIC=$(ENABLE_VERIFIC)) \
|
||||
$(if $(YOSYS_NOVERIFIC),YOSYS_NOVERIFIC=$(YOSYS_NOVERIFIC))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue