3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00

run verific tests in test target

This commit is contained in:
Miodrag Milanovic 2023-02-27 09:27:04 +01:00
parent d8cefec169
commit 28c4aac234

View file

@ -837,6 +837,9 @@ ABCOPT=""
endif
test: $(TARGETS) $(EXTRA_TARGETS)
ifeq ($(ENABLE_VERIFIC),1)
+cd tests/verific && bash run-test.sh $(SEEDOPT)
endif
+cd tests/simple && bash run-test.sh $(SEEDOPT)
+cd tests/simple_abc9 && bash run-test.sh $(SEEDOPT)
+cd tests/hana && bash run-test.sh $(SEEDOPT)