check-aux: test core and alloc in Miri

This commit is contained in:
Ralf Jung 2024-04-05 19:05:13 +02:00
parent 087ae978a1
commit 7b89445cc3
1 changed files with 10 additions and 0 deletions

View File

@ -52,6 +52,16 @@ check-aux:
src/tools/cargo \
src/tools/cargotest \
$(BOOTSTRAP_ARGS)
# Run standard library tests in Miri.
$(Q)$(BOOTSTRAP) miri --stage 2 \
library/core \
library/alloc \
--no-doc
$(Q)MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation" \
$(BOOTSTRAP) miri --stage 2 \
library/core \
library/alloc \
--doc
dist:
$(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS)
distcheck: