framework icon indicating copy to clipboard operation
framework copied to clipboard

Add support to run tests in parallel

Open grospelliergilles opened this issue 4 years ago • 0 comments

To optimize ressources, we should be able to run multiple sequential tests at the same time using option -j from cmake. Need to do the following tasks:

  • [ ] ensure each test runs in a separate directory.

grospelliergilles avatar Sep 29 '21 07:09 grospelliergilles