Re: [PATCH v2] selftests/timers: Use shared logic to run and install tests

2015-03-19 Thread Shuah Khan
On 03/18/2015 06:20 PM, Michael Ellerman wrote: > Change the timers Makefile to make use of shared run and install logic > in lib.mk. Destructive tests are installed but not run by default. > > Add a new variable, TEST_PROGS_EXTENDED, which is a list of extra > programs to install, but which are n

[PATCH v2] selftests/timers: Use shared logic to run and install tests

2015-03-18 Thread Michael Ellerman
Change the timers Makefile to make use of shared run and install logic in lib.mk. Destructive tests are installed but not run by default. Add a new variable, TEST_PROGS_EXTENDED, which is a list of extra programs to install, but which are not run by the default run_tests logic. Signed-off-by: Mic