Don't output test artifacts into working directory

This commit is contained in:
Michael Goulet 2024-07-21 13:45:51 -04:00
parent 2e6fc42541
commit 6a9110aa5a
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -50,7 +50,6 @@ build/
/target
/src/bootstrap/target
/src/tools/x/target
/inc-fat/
# Created by default with `src/ci/docker/run.sh`
/obj/
/rustc-ice*

View File

@ -9,7 +9,8 @@
// that compilation is successful.
//@ check-pass
//@ compile-flags: --test -C debuginfo=2 -C lto=fat -C incremental=inc-fat
//@ compile-flags: --test -C debuginfo=2 -C lto=fat
//@ incremental
extern crate alloc;