File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The Rust project runs a wide variety of different tests, orchestrated
4
4
by the build system (` x.py test ` ). The main test harness for testing
5
- the compiler itself is a tool called compiletest (sources in the
6
- [ ` src/tools/compiletest ` ] ). This section gives a brief overview of how
7
- the testing framework is setup, and then gets into some of the details
8
- on [ how to run tests] ( ./running.html ) as well as
5
+ the compiler itself is a tool called compiletest (located in the
6
+ [ ` src/tools/compiletest ` ] directory ). This section gives a brief
7
+ overview of how the testing framework is setup, and then gets into some
8
+ of the details on [ how to run tests] ( ./running.html ) as well as
9
9
[ how to add new tests] ( ./adding.html ) .
10
10
11
11
[ `src/tools/compiletest` ] : https://github.com/rust-lang/rust/tree/master/src/tools/compiletest
You can’t perform that action at this time.
0 commit comments