document parallel core test runner

This commit is contained in:
Alon Zakai 2015-03-12 13:27:40 -07:00
Родитель 6d50971213
Коммит ec98e4172d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -73,6 +73,9 @@ The core test modes are documented at the end of `/tests/test_core.py <https://g
.. _emscripten-test-suite-modes:
The core tests are the bulk of the entire test suite, in both number and time to run. To speed them up, you can run them in parallel using `/tests/parallel_test_core.py <https://github.com/kripken/emscripten/blob/master/tests/parallel_test_core.py>`_. That runs the test modes using a python process pool, emitting their outputs and stderrs to ``*.out, *.err`` for each mode.
Non-core test modes
===================