mirror of https://github.com/YosysHQ/yosys.git
run verific tests in test target
This commit is contained in:
parent
d8cefec169
commit
28c4aac234
3
Makefile
3
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue