sbt/testing/src/main/scala/sbt
Bruno Bieth 5a88bd2302 Third draft to execute the forked tests in parallel.
This feature is not activated by default. To enable it set `testForkedParallel` to `true`.

The test-agent then executes the tests in a thread pool.
For now it has a fixed size set to the number of available processors.
The concurrent restrictions configuration should be used.
2013-11-21 08:20:43 -05:00
..
TestFramework.scala Third draft to execute the forked tests in parallel. 2013-11-21 08:20:43 -05:00
TestReportListener.scala Continuation of previous commit's workaround for #937: close test streams early 2013-11-04 13:10:06 -05:00
TestStatusReporter.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00