Updated Note testsuite (markdown)

klutzy
2014-06-06 01:02:58 -07:00
parent 20a108a0fc
commit 87e787ce1a
+1 -1
@@ -214,7 +214,7 @@ To run all doc tests use `make check-stage[N]-doc`.
## Fast check
Because Windows has slow process spawning running `make check` on that platform can take a long time. For this reason we have a `make check-fast` target that the Windows build servers run to keep the cycle time down. This is a special test runner that is built by combining all the run-pass tests into a single library. It is created by the src/etc/combine-tests.py script.
Because Windows has slow process spawning running `make check` on that platform can take a long time. For this reason we have a `make check-fast` target that the Windows build servers run to keep the cycle time down. This is a stripped-down target which only checks run-pass, run-fail, compile-fail, run-make and target libraries.
## Benchmarks, saved metrics and ratchets