buildroot/support/testing/conf
Ricardo Martincoski f98b93daaa support/testing: run testcases in parallel
Let the user to pass -t to set the number of testcases to run
simultaneously.

When -j is not specified, calculate it to split the available cores
between the simultaneous testcases.

Example of auto calculated -j for cpu_count 8:
  -t -j  total
   1  9  9
   2  4  8
   3  3  9
   4  2  8
 >=5  1  t

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-01 16:05:14 +02:00
..
grub-menu.lst
grub2.cfg
isolinux.cfg
minimal-x86-qemu-kernel.config
unittest.cfg support/testing: run testcases in parallel 2017-07-01 16:05:14 +02:00