vscode-meson icon indicating copy to clipboard operation
vscode-meson copied to clipboard

support parallel test execution

Open Jannik2099 opened this issue 5 months ago • 2 comments

This adds parallel test execution through the vscode TestController API. Sequential tests test(..., is_parallel = false) are respected.

Parallelism is set to the number of CPUs, if desired I could also add a config option.

I also fixed output formatting of test failures as vscode.TestRun.appendOutput always expects CLRF.

Jannik2099 avatar Sep 21 '24 15:09 Jannik2099