Skip to content

Commit

Permalink
makefile: miri: include system capsules
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Jul 2, 2024
1 parent 506c4ff commit e8d10a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ ci-job-miri:
@for a in $$(tools/list_archs.sh); do cd arch/$$a && NOWARNINGS=true cargo miri test && cd ../..; done
@cd capsules/core && NOWARNINGS=true cargo miri test
@cd capsules/extra && NOWARNINGS=true cargo miri test
@cd capsules/system && NOWARNINGS=true cargo miri test
@for c in $$(tools/list_chips.sh); do cd chips/$$c && NOWARNINGS=true cargo miri test && cd ../..; done


Expand Down

0 comments on commit e8d10a4

Please sign in to comment.