Move all alloc integration tests to a new alloctests crate

This commit is contained in:
bjorn3 2025-02-06 11:38:59 +00:00
parent 03eb454523
commit fb04372dc5
58 changed files with 73 additions and 25 deletions

View file

@ -56,6 +56,7 @@ check-aux:
# Run standard library tests in Miri.
$(Q)$(BOOTSTRAP) miri --stage 2 \
library/coretests \
library/alloctests \
library/alloc \
$(BOOTSTRAP_ARGS) \
--no-doc
@ -63,6 +64,7 @@ check-aux:
$(Q)MIRIFLAGS="-Zmiri-disable-isolation" \
$(BOOTSTRAP) miri --stage 2 \
library/coretests \
library/alloctests \
library/alloc \
$(BOOTSTRAP_ARGS) \
--doc