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
|
/target
|
||||||
/src/bootstrap/target
|
/src/bootstrap/target
|
||||||
/src/tools/x/target
|
/src/tools/x/target
|
||||||
/inc-fat/
|
|
||||||
# Created by default with `src/ci/docker/run.sh`
|
# Created by default with `src/ci/docker/run.sh`
|
||||||
/obj/
|
/obj/
|
||||||
/rustc-ice*
|
/rustc-ice*
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
// that compilation is successful.
|
// that compilation is successful.
|
||||||
|
|
||||||
//@ check-pass
|
//@ 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;
|
extern crate alloc;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user