run core and alloc tests with strict provenance
This commit is contained in:
parent
6eb1afa468
commit
b9e69959c6
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ check-aux:
|
|||
src/etc/test-float-parse \
|
||||
$(BOOTSTRAP_ARGS)
|
||||
# Run standard library tests in Miri.
|
||||
$(Q)$(BOOTSTRAP) miri --stage 2 \
|
||||
$(Q)MIRIFLAGS="-Zmiri-strict-provenance" \
|
||||
$(BOOTSTRAP) miri --stage 2 \
|
||||
library/coretests \
|
||||
library/alloctests \
|
||||
library/alloc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue