On Thu, May 11, 2017 at 11:50:21AM +0100, Kyrill Tkachov wrote: > > On 11/05/17 11:43, Simon Wright wrote: > > I see from https://gcc.gnu.org/install/test.html that it's possible to run > > tests in parallel. I get the impression from gcc/Makefile that the check > > concerned has to be set up in the Makefile (in my build tree, configured > > with --target=x86_64-apple-darwin16 > > --enable-languages=c,c++,ada,fortran,objc,obj-c++ , I see both lang_checks > > and lang_checks_parallelized set empty). So, is it necessary for check-ada > > or check-acats to cope with being run in parallel (i.e., will they ever see > > GCC_RUNTEST_PARALLELIZE_DIR set?) > > I don't usually build Ada, but testing with "make -j<n> check" works for me > where <n> is the parallelism I want
I have export MAKEFLAGS='-j4' in my environment. Marek