mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 09:03:27 +00:00
run verific tests in test target
This commit is contained in:
parent
d8cefec169
commit
28c4aac234
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -837,6 +837,9 @@ ABCOPT=""
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test: $(TARGETS) $(EXTRA_TARGETS)
|
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 && bash run-test.sh $(SEEDOPT)
|
||||||
+cd tests/simple_abc9 && bash run-test.sh $(SEEDOPT)
|
+cd tests/simple_abc9 && bash run-test.sh $(SEEDOPT)
|
||||||
+cd tests/hana && bash run-test.sh $(SEEDOPT)
|
+cd tests/hana && bash run-test.sh $(SEEDOPT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue