Don't output test artifacts into working directory
This commit is contained in:
parent
2e6fc42541
commit
6a9110aa5a
1
.gitignore
vendored
1
.gitignore
vendored
@ -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*
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user