From: Eddie Hung Date: Tue, 19 Feb 2019 23:25:47 +0000 (-0800) Subject: Add aiger tests to make tests X-Git-Tag: yosys-0.9~232^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d365682a21147b6a06d9548a6f4b99d347931441;p=yosys.git Add aiger tests to make tests --- diff --git a/Makefile b/Makefile index d83a71256..4324b2eec 100644 --- a/Makefile +++ b/Makefile @@ -580,6 +580,7 @@ test: $(TARGETS) $(EXTRA_TARGETS) +cd tests/sat && bash run-test.sh +cd tests/svinterfaces && bash run-test.sh $(SEEDOPT) +cd tests/opt && bash run-test.sh + +cd tests/aiger && bash run-test.sh @echo "" @echo " Passed \"make test\"." @echo ""