Updated Note testsuite (markdown)

Scott Lawrence
2014-01-27 15:50:47 -08:00
parent 83aa9da1eb
commit 29fb6a1cc5
+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.