From eaaba6e09132c07b85bdae418a2b7f46b57e019e Mon Sep 17 00:00:00 2001 From: Rodrigo Alejandro Melo Date: Sat, 1 Feb 2020 22:44:06 -0300 Subject: Added tests/memfile to 'make test' with an extra testcase Signed-off-by: Rodrigo Alejandro Melo --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43c4d0890..e9dfd9df0 100644 --- a/Makefile +++ b/Makefile @@ -728,6 +728,7 @@ test: $(TARGETS) $(EXTRA_TARGETS) +cd tests/arch/anlogic && bash run-test.sh $(SEEDOPT) +cd tests/arch/gowin && bash run-test.sh $(SEEDOPT) +cd tests/rpc && bash run-test.sh + +cd tests/memfile && bash run-test.sh @echo "" @echo " Passed \"make test\"." @echo "" -- cgit v1.2.3