The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

301 B

New option to execute a slice of tests

When tests take a long time to run a common strategy is to slice up the tests into multiple sets, where each set is executed on a separate machine. You can now use the --slice i/n argument for meson test to create n slices and execute the ith slice.