Re: [PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-19 Thread Michael Ellerman
On Mon, 2015-01-19 at 09:39 -0700, Shuah Khan wrote: > On 01/18/2015 05:35 PM, Michael Ellerman wrote: > > On Fri, 2015-01-16 at 10:53 -0700, Shuah Khan wrote: > >> On 01/09/2015 02:06 AM, Michael Ellerman wrote: > >>> This adds a Make include file which most selftests can then include to > >>>

Re: [PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-19 Thread Shuah Khan
On 01/18/2015 05:35 PM, Michael Ellerman wrote: > On Fri, 2015-01-16 at 10:53 -0700, Shuah Khan wrote: >> On 01/09/2015 02:06 AM, Michael Ellerman wrote: >>> This adds a Make include file which most selftests can then include to >>> get the run_tests logic. >>> >>> On its own this has the

Re: [PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-19 Thread Michael Ellerman
On Mon, 2015-01-19 at 09:39 -0700, Shuah Khan wrote: On 01/18/2015 05:35 PM, Michael Ellerman wrote: On Fri, 2015-01-16 at 10:53 -0700, Shuah Khan wrote: On 01/09/2015 02:06 AM, Michael Ellerman wrote: This adds a Make include file which most selftests can then include to get the

Re: [PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-19 Thread Shuah Khan
On 01/18/2015 05:35 PM, Michael Ellerman wrote: On Fri, 2015-01-16 at 10:53 -0700, Shuah Khan wrote: On 01/09/2015 02:06 AM, Michael Ellerman wrote: This adds a Make include file which most selftests can then include to get the run_tests logic. On its own this has the advantage of some

Re: [PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-18 Thread Michael Ellerman
On Fri, 2015-01-16 at 10:53 -0700, Shuah Khan wrote: > On 01/09/2015 02:06 AM, Michael Ellerman wrote: > > This adds a Make include file which most selftests can then include to > > get the run_tests logic. > > > > On its own this has the advantage of some reduction in repetition, and > > also

Re: [PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-18 Thread Michael Ellerman
On Fri, 2015-01-16 at 10:53 -0700, Shuah Khan wrote: On 01/09/2015 02:06 AM, Michael Ellerman wrote: This adds a Make include file which most selftests can then include to get the run_tests logic. On its own this has the advantage of some reduction in repetition, and also means the

Re: [PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-16 Thread Shuah Khan
On 01/09/2015 02:06 AM, Michael Ellerman wrote: > This adds a Make include file which most selftests can then include to > get the run_tests logic. > > On its own this has the advantage of some reduction in repetition, and > also means the pass/fail message is defined in fewer places. > >

Re: [PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-16 Thread Shuah Khan
On 01/09/2015 02:06 AM, Michael Ellerman wrote: This adds a Make include file which most selftests can then include to get the run_tests logic. On its own this has the advantage of some reduction in repetition, and also means the pass/fail message is defined in fewer places. However the

[PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-09 Thread Michael Ellerman
This adds a Make include file which most selftests can then include to get the run_tests logic. On its own this has the advantage of some reduction in repetition, and also means the pass/fail message is defined in fewer places. However the key advantage is it will allow us to implement install

[PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-09 Thread Michael Ellerman
This adds a Make include file which most selftests can then include to get the run_tests logic. On its own this has the advantage of some reduction in repetition, and also means the pass/fail message is defined in fewer places. However the key advantage is it will allow us to implement install