diff mbox

[v4,3/7] selftests/kdbus: install kdbus-test

Message ID 1429656651-9427-1-git-send-email-tyler.baker@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Tyler Baker April 21, 2015, 10:50 p.m. UTC
Set TEST_PROGS so that kdbus-test is installed.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
---
 tools/testing/selftests/kdbus/Makefile | 2 ++
 1 file changed, 2 insertions(+)

Comments

Shuah Khan May 6, 2015, 8:18 p.m. UTC | #1
On 04/21/2015 04:50 PM, Tyler Baker wrote:
> Set TEST_PROGS so that kdbus-test is installed.
> 
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Acked-by: Michael Ellerman <mpe@ellerman.id.au>
> Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
> ---
>  tools/testing/selftests/kdbus/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tools/testing/selftests/kdbus/Makefile b/tools/testing/selftests/kdbus/Makefile
> index de8242f..94ea75b 100644
> --- a/tools/testing/selftests/kdbus/Makefile
> +++ b/tools/testing/selftests/kdbus/Makefile
> @@ -41,6 +41,8 @@ include ../lib.mk
>  kdbus-test: $(OBJS)
>  	$(CC) $(CFLAGS) $^ $(LDLIBS) -o $@
>  
> +TEST_PROGS := kdbus-test
> +
>  run_tests:
>  	./kdbus-test --tap
>  
> 

Please hang on to this for a bit until kdbus makes it in.
For now I can't apply this one.

thanks,
-- Shuah
Greg KH June 4, 2015, 5:52 a.m. UTC | #2
On Wed, May 06, 2015 at 02:18:52PM -0600, Shuah Khan wrote:
> On 04/21/2015 04:50 PM, Tyler Baker wrote:
> > Set TEST_PROGS so that kdbus-test is installed.
> > 
> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Acked-by: Michael Ellerman <mpe@ellerman.id.au>
> > Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
> > ---
> >  tools/testing/selftests/kdbus/Makefile | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/tools/testing/selftests/kdbus/Makefile b/tools/testing/selftests/kdbus/Makefile
> > index de8242f..94ea75b 100644
> > --- a/tools/testing/selftests/kdbus/Makefile
> > +++ b/tools/testing/selftests/kdbus/Makefile
> > @@ -41,6 +41,8 @@ include ../lib.mk
> >  kdbus-test: $(OBJS)
> >  	$(CC) $(CFLAGS) $^ $(LDLIBS) -o $@
> >  
> > +TEST_PROGS := kdbus-test
> > +
> >  run_tests:
> >  	./kdbus-test --tap
> >  
> > 
> 
> Please hang on to this for a bit until kdbus makes it in.
> For now I can't apply this one.

I've applied it to my kdbus repo now.

thanks,

greg k-h
diff mbox

Patch

diff --git a/tools/testing/selftests/kdbus/Makefile b/tools/testing/selftests/kdbus/Makefile
index de8242f..94ea75b 100644
--- a/tools/testing/selftests/kdbus/Makefile
+++ b/tools/testing/selftests/kdbus/Makefile
@@ -41,6 +41,8 @@  include ../lib.mk
 kdbus-test: $(OBJS)
 	$(CC) $(CFLAGS) $^ $(LDLIBS) -o $@
 
+TEST_PROGS := kdbus-test
+
 run_tests:
 	./kdbus-test --tap