3
0
Fork 0
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:
Miodrag Milanovic 2026-03-10 10:08:52 +01:00
parent 108a9133d0
commit 1a864c72ae
2 changed files with 4 additions and 4 deletions

View file

@ -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))