Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-18 Thread Michael Ellerman
On Wed, 2015-03-18 at 09:55 -0600, Shuah Khan wrote: > On 03/15/2015 08:48 PM, Michael Ellerman wrote: > > On Fri, 2015-03-13 at 20:14 -0700, John Stultz wrote: > >> My only thoughts: > >> 1) Would it be better if threadtest can be made to have better > >> defaults for kselftest so you don't need

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-18 Thread Shuah Khan
On 03/15/2015 08:48 PM, Michael Ellerman wrote: > On Fri, 2015-03-13 at 20:14 -0700, John Stultz wrote: >> On Fri, Mar 13, 2015 at 3:57 PM, Shuah Khan wrote: >>> Change the timers Makefile to make use of shared run and install >>> logic in lib.mk. Destructive tests are installed. Regular tests

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-18 Thread Shuah Khan
On 03/13/2015 09:14 PM, John Stultz wrote: > On Fri, Mar 13, 2015 at 3:57 PM, Shuah Khan wrote: >> Change the timers Makefile to make use of shared run and install >> logic in lib.mk. Destructive tests are installed. Regular tests >> are emited to run_kselftest script to match the run_tests

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-18 Thread Shuah Khan
On 03/13/2015 09:14 PM, John Stultz wrote: On Fri, Mar 13, 2015 at 3:57 PM, Shuah Khan shua...@osg.samsung.com wrote: Change the timers Makefile to make use of shared run and install logic in lib.mk. Destructive tests are installed. Regular tests are emited to run_kselftest script to match the

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-18 Thread Shuah Khan
On 03/15/2015 08:48 PM, Michael Ellerman wrote: On Fri, 2015-03-13 at 20:14 -0700, John Stultz wrote: On Fri, Mar 13, 2015 at 3:57 PM, Shuah Khan shua...@osg.samsung.com wrote: Change the timers Makefile to make use of shared run and install logic in lib.mk. Destructive tests are installed.

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-18 Thread Michael Ellerman
On Wed, 2015-03-18 at 09:55 -0600, Shuah Khan wrote: On 03/15/2015 08:48 PM, Michael Ellerman wrote: On Fri, 2015-03-13 at 20:14 -0700, John Stultz wrote: My only thoughts: 1) Would it be better if threadtest can be made to have better defaults for kselftest so you don't need that extra

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-15 Thread Michael Ellerman
On Fri, 2015-03-13 at 20:14 -0700, John Stultz wrote: > On Fri, Mar 13, 2015 at 3:57 PM, Shuah Khan wrote: > > Change the timers Makefile to make use of shared run and install > > logic in lib.mk. Destructive tests are installed. Regular tests > > are emited to run_kselftest script to match the

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-15 Thread Michael Ellerman
On Sun, 2015-03-15 at 19:42 +1100, Michael Ellerman wrote: > > On 14 March 2015 09:57:51 GMT+11:00, Shuah Khan > wrote: > >Change the timers Makefile to make use of shared run and install > >logic in lib.mk. Destructive tests are installed. Regular tests > >are emited to run_kselftest script to

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-15 Thread Michael Ellerman
On 14 March 2015 09:57:51 GMT+11:00, Shuah Khan wrote: >Change the timers Makefile to make use of shared run and install >logic in lib.mk. Destructive tests are installed. Regular tests >are emited to run_kselftest script to match the run_tests behavior. > >Signed-off-by: Shuah Khan >--- >

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-15 Thread Michael Ellerman
On 14 March 2015 09:57:51 GMT+11:00, Shuah Khan shua...@osg.samsung.com wrote: Change the timers Makefile to make use of shared run and install logic in lib.mk. Destructive tests are installed. Regular tests are emited to run_kselftest script to match the run_tests behavior. Signed-off-by:

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-15 Thread Michael Ellerman
On Fri, 2015-03-13 at 20:14 -0700, John Stultz wrote: On Fri, Mar 13, 2015 at 3:57 PM, Shuah Khan shua...@osg.samsung.com wrote: Change the timers Makefile to make use of shared run and install logic in lib.mk. Destructive tests are installed. Regular tests are emited to run_kselftest

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-15 Thread Michael Ellerman
On Sun, 2015-03-15 at 19:42 +1100, Michael Ellerman wrote: On 14 March 2015 09:57:51 GMT+11:00, Shuah Khan shua...@osg.samsung.com wrote: Change the timers Makefile to make use of shared run and install logic in lib.mk. Destructive tests are installed. Regular tests are emited to

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-13 Thread John Stultz
On Fri, Mar 13, 2015 at 3:57 PM, Shuah Khan wrote: > Change the timers Makefile to make use of shared run and install > logic in lib.mk. Destructive tests are installed. Regular tests > are emited to run_kselftest script to match the run_tests behavior. > > Signed-off-by: Shuah Khan > --- >

[PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-13 Thread Shuah Khan
Change the timers Makefile to make use of shared run and install logic in lib.mk. Destructive tests are installed. Regular tests are emited to run_kselftest script to match the run_tests behavior. Signed-off-by: Shuah Khan --- tools/testing/selftests/timers/Makefile | 20 +++- 1

Re: [PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-13 Thread John Stultz
On Fri, Mar 13, 2015 at 3:57 PM, Shuah Khan shua...@osg.samsung.com wrote: Change the timers Makefile to make use of shared run and install logic in lib.mk. Destructive tests are installed. Regular tests are emited to run_kselftest script to match the run_tests behavior. Signed-off-by: Shuah

[PATCH 2/2] selftests/timers: change to use shared logic to run and install tests

2015-03-13 Thread Shuah Khan
Change the timers Makefile to make use of shared run and install logic in lib.mk. Destructive tests are installed. Regular tests are emited to run_kselftest script to match the run_tests behavior. Signed-off-by: Shuah Khan shua...@osg.samsung.com --- tools/testing/selftests/timers/Makefile | 20