On Mon, Mar 27, 2017 at 7:24 PM, Michael Biebl <biebl at debian.org> wrote: > So, when running "ninja test -j1" will the -j1 be ignored? Well yes and no. It tells Ninja to use only one parallel process. Which it uses to spawn the test runner which then uses MESON_TESTTHREADS amount of parallel processes.