From: Clifford Wolf Date: Thu, 14 Mar 2019 23:48:23 +0000 (+0100) Subject: Disable realmath tests X-Git-Tag: yosys-0.9~240 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9820ed6531f8bd3e30f44f59ae9c82bdc896f57c;p=yosys.git Disable realmath tests Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index b8fbcc040..2e4605f8b 100644 --- a/Makefile +++ b/Makefile @@ -575,7 +575,7 @@ test: $(TARGETS) $(EXTRA_TARGETS) +cd tests/simple && bash run-test.sh $(SEEDOPT) +cd tests/hana && bash run-test.sh $(SEEDOPT) +cd tests/asicworld && bash run-test.sh $(SEEDOPT) - +cd tests/realmath && bash run-test.sh $(SEEDOPT) + # +cd tests/realmath && bash run-test.sh $(SEEDOPT) +cd tests/share && bash run-test.sh $(SEEDOPT) +cd tests/fsm && bash run-test.sh $(SEEDOPT) +cd tests/techmap && bash run-test.sh