diff options
author | Rodrigo Alejandro Melo <rodrigomelo9@gmail.com> | 2020-02-01 22:44:06 -0300 |
---|---|---|
committer | Rodrigo Alejandro Melo <rodrigomelo9@gmail.com> | 2020-02-01 22:44:06 -0300 |
commit | eaaba6e09132c07b85bdae418a2b7f46b57e019e (patch) | |
tree | 85c0803210dfe60c3870d6756d51d0b54c3f93f7 /Makefile | |
parent | 43396fae2c03b876557a73d3f3c19f4cd5161251 (diff) | |
download | yosys-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 "" |