diff --git a/Makefile b/Makefile index a63a6ee..22de5c4 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ RUN_CMD := docker run --rm --name axi_dma \ -v $(abspath .):/axi_dma -w \ /axi_dma aignacio/axi_dma -.PHONY: run_test csr_dma.sv clean +.PHONY: run cov clean all: run say ">Test run finished, please check the terminal" diff --git a/README.md b/README.md index 7668c2f..cc9979a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Regression Tests](https://github.com/aignacio/axi_dma/actions/workflows/regression.yaml/badge.svg)](https://github.com/aignacio/axi_dma/actions/workflows/regression.yaml) + ![logo_dma](docs/logo_dma.svg) # AXI DMA (Direct Memory Access) diff --git a/tox.ini b/tox.ini index 87bbd06..a0ed48d 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,8 @@ deps = cocotb commands = - py.test -rP -n auto {posargs} + pytest -n auto {posargs} + #pytest -rP -n auto {posargs} [pytest] testpaths =