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
1 changed files with 3 additions and 0 deletions

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)