aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRodrigo Alejandro Melo <rodrigomelo9@gmail.com>2020-02-01 22:44:06 -0300
committerRodrigo Alejandro Melo <rodrigomelo9@gmail.com>2020-02-01 22:44:06 -0300
commiteaaba6e09132c07b85bdae418a2b7f46b57e019e (patch)
tree85c0803210dfe60c3870d6756d51d0b54c3f93f7 /Makefile
parent43396fae2c03b876557a73d3f3c19f4cd5161251 (diff)
downloadyosys-eaaba6e09132c07b85bdae418a2b7f46b57e019e.tar.gz
yosys-eaaba6e09132c07b85bdae418a2b7f46b57e019e.tar.bz2
yosys-eaaba6e09132c07b85bdae418a2b7f46b57e019e.zip
Added tests/memfile to 'make test' with an extra testcase
Signed-off-by: Rodrigo Alejandro Melo <rodrigomelo9@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 ""