Move all alloc integration tests to a new alloctests crate
This commit is contained in:
parent
03eb454523
commit
fb04372dc5
58 changed files with 73 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue