Skip to content

Commit

Permalink
test: Don't use TEST_LIST flag anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jul 22, 2024
1 parent 3e50dab commit 0dc4cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ snitch-cluster-omega-vsim:
snitch-cluster-mchan-vsim:
script:
- cd target/snitch_cluster
- make CFG_OVERRIDE=cfg/dma_mchan.hjson TEST_LIST=dma_mchan.yaml sw
- make CFG_OVERRIDE=cfg/dma_mchan.hjson sw
- make bin/snitch_cluster.vsim
- ./util/run.py sw/dma_mchan.yaml --simulator vsim -j --run-dir runs/vsim

Expand Down

0 comments on commit 0dc4cf7

Please sign in to comment.