From 87e787ce1a3c773e1cbc509ef185b8ed83269fdf Mon Sep 17 00:00:00 2001 From: klutzy Date: Fri, 6 Jun 2014 01:02:58 -0700 Subject: [PATCH] Updated Note testsuite (markdown) --- Note-testsuite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-testsuite.md b/Note-testsuite.md index 9015db2..c42c1e7 100644 --- a/Note-testsuite.md +++ b/Note-testsuite.md @@ -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