From 9de5602574cadc7a362134a9444a69646134e29b Mon Sep 17 00:00:00 2001 From: chunlin min Date: Thu, 4 Jul 2024 15:54:59 -0400 Subject: [PATCH] ininclude microchip tests in makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 313de44d5..f40f0d6a5 100644 --- a/Makefile +++ b/Makefile @@ -863,6 +863,7 @@ endif +cd tests/arch/quicklogic/pp3 && bash run-test.sh $(SEEDOPT) +cd tests/arch/quicklogic/qlf_k6n10f && bash run-test.sh $(SEEDOPT) +cd tests/arch/gatemate && bash run-test.sh $(SEEDOPT) + +cd tests/arch/microchip && bash run-test.sh $(SEEDOPT) +cd tests/rpc && bash run-test.sh +cd tests/memfile && bash run-test.sh +cd tests/verilog && bash run-test.sh