run core and alloc tests with strict provenance

This commit is contained in:
Ralf Jung 2025-05-22 08:41:18 +02:00
parent 6eb1afa468
commit b9e69959c6

View file

@ -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 \