> But what about 'make check' for GCC? Does > > make -j5 check > use 5 subprocesses to run the testsuite?
No, not exactly. It effectively controls how many languages will be tested in parallel. The parallelism is implemented for each language's make check-* target, using a separate scratch testsuite/ subdirectory for each test run. Cheers, Ben _______________________________________________ DejaGnu mailing list DejaGnu@gnu.org http://lists.gnu.org/mailman/listinfo/dejagnu