Skip to content

Commit

Permalink
Move pytest to tests folder, adjust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskuster committed Mar 2, 2022
1 parent c412d7a commit 122e85d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 557 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- uses: actions/checkout@v2
- run: |
source setup_env.sh
pytest tb/
pytest tests/
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sources:
# Sources
##########
# Top level
- src/dut.sv
- tb/dut.sv
- src/axi_io_pmp.sv
# AXI connector
- src/connector/axi_master_connector.sv
Expand Down
Loading

0 comments on commit 122e85d

Please sign in to comment.