On Thu, Jun 1, 2017 at 11:16 AM, Christopher Li <sparse@xxxxxxxxxxx> wrote: > BTW, another way to speed up the test suit is using makefile to invoke > more than one job of test suite. Currently all test suit are execute > one by one. But there is no inter dependency between the test. > So in theory we can change the Makefile a bit to run more than one > job on the test suit using pattern rules. Yes, but there is a few issues with this: - 'test-suite single file.c' doesn't exit with the right return code yet - parallelizing tests with make won't return the summary of the tests (which may or may not be needed) - the error messages could be mixed in - make would stop at the first error (which may be OK or not) - would be better used with something like 'test-suite --very-quiet file.c' -- Luc -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html