From 4684da01bbb32e9f35cc39047b0f4a75c005a477 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Tue, 5 Nov 2024 10:35:02 -0800 Subject: [PATCH] Reenable FSM tests (working now somehow) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abf68138d..6983e9ad7 100644 --- a/Makefile +++ b/Makefile @@ -909,7 +909,7 @@ endif # +cd tests/realmath && bash run-test.sh $(SEEDOPT) +cd tests/share && bash run-test.sh $(SEEDOPT) +cd tests/opt_share && bash run-test.sh $(SEEDOPT) - # +cd tests/fsm && bash run-test.sh $(SEEDOPT) + +cd tests/fsm && bash run-test.sh $(SEEDOPT) # +cd tests/techmap && bash run-test.sh +cd tests/memories && bash run-test.sh $(ABCOPT) $(SEEDOPT) +cd tests/memlib && bash run-test.sh $(SEEDOPT)