Skip to content

Commit

Permalink
Updates on GH
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio <[email protected]>
  • Loading branch information
aignacio committed Jun 17, 2022
1 parent 5ae83ff commit 8681836
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ deps =
cocotb

commands =
py.test -rP -n auto {posargs}
pytest -n auto {posargs}
#pytest -rP -n auto {posargs}

[pytest]
testpaths =
Expand Down

0 comments on commit 8681836

Please sign in to comment.