mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Updated Note testsuite (markdown)
+1
-1
@@ -4,7 +4,7 @@ The rust test suite has several sets of tests for different purposes. As the com
|
||||
|
||||
### Recipes
|
||||
|
||||
* Run the test suite: `make check`. This runs all stage2 tests. This is the criteria for a successful build.
|
||||
* Run the test suite: `make check`. This runs all stage2 tests. This is the criterion for a successful build.
|
||||
* Run the test suite without benchmarks: `make check NO_BENCH=1`
|
||||
* Run only xfailed (ignored, broken) tests: `make check CHECK_XFAILS=1`
|
||||
* Run with verbose output: `make check VERBOSE=1`. This will print useful information like the exact commands being run.
|
||||
|
||||
Reference in New Issue
Block a user