Re: [PATCH 3/3] tools: parallel selftests building & running

2014-09-23 Thread Shuah Khan
On 09/23/2014 01:05 PM, Peter Feiner wrote: > Now make -jN builds and runs selftests in parallel. Also, if one > selftest fails to build or run, make will return an error, whereas > before the error was ignored. > > Also added missing clean target to user/Makefile so 'make clean' doesn't fail. >

[PATCH 3/3] tools: parallel selftests building & running

2014-09-23 Thread Peter Feiner
Now make -jN builds and runs selftests in parallel. Also, if one selftest fails to build or run, make will return an error, whereas before the error was ignored. Also added missing clean target to user/Makefile so 'make clean' doesn't fail. Signed-off-by: Peter Feiner --- tools/testing/selftest