diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-06 11:38:59 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-03-07 19:11:11 +0000 |
| commit | fb04372dc56129d69e39af80cac6e81694bd285f (patch) | |
| tree | d4fd781bb6863312e736358391f71f0c866247d4 /src/bootstrap/mk | |
| parent | 03eb45452305f2d52348279d0caa5fc1f12c438d (diff) | |
| download | rust-fb04372dc56129d69e39af80cac6e81694bd285f.tar.gz rust-fb04372dc56129d69e39af80cac6e81694bd285f.zip | |
Move all alloc integration tests to a new alloctests crate
Diffstat (limited to 'src/bootstrap/mk')
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index 88aa70d4f2f..6cb0b19d763 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -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 |
