From 9cb0bae1b27928202fa9ce6d494f7f6aaa36563a Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Tue, 17 Nov 2020 13:01:57 -0500 Subject: machxo2: Add test/arch/machxo2 directory (test does not pass). --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f255a5ea..50f4f52b7 100644 --- a/Makefile +++ b/Makefile @@ -810,6 +810,7 @@ test: $(TARGETS) $(EXTRA_TARGETS) +cd tests/arch/ice40 && bash run-test.sh $(SEEDOPT) +cd tests/arch/xilinx && bash run-test.sh $(SEEDOPT) +cd tests/arch/ecp5 && bash run-test.sh $(SEEDOPT) + +cd tests/arch/machxo2 && bash run-test.sh $(SEEDOPT) +cd tests/arch/efinix && bash run-test.sh $(SEEDOPT) +cd tests/arch/anlogic && bash run-test.sh $(SEEDOPT) +cd tests/arch/gowin && bash run-test.sh $(SEEDOPT) -- cgit v1.2.3