mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
check-aux: test core and alloc in Miri
This commit is contained in:
parent
087ae978a1
commit
7b89445cc3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user