* [PATCH v4 3/7] selftests/kdbus: install kdbus-test
@ 2015-04-21 22:50 Tyler Baker
2015-05-06 20:18 ` Shuah Khan
0 siblings, 1 reply; 3+ messages in thread
From: Tyler Baker @ 2015-04-21 22:50 UTC (permalink / raw)
To: linux-arm-kernel
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
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v4 3/7] selftests/kdbus: install kdbus-test
2015-04-21 22:50 [PATCH v4 3/7] selftests/kdbus: install kdbus-test Tyler Baker
@ 2015-05-06 20:18 ` Shuah Khan
2015-06-04 5:52 ` Greg Kroah-Hartman
0 siblings, 1 reply; 3+ messages in thread
From: Shuah Khan @ 2015-05-06 20:18 UTC (permalink / raw)
To: linux-arm-kernel
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
--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh at osg.samsung.com | (970) 217-8978
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v4 3/7] selftests/kdbus: install kdbus-test
2015-05-06 20:18 ` Shuah Khan
@ 2015-06-04 5:52 ` Greg Kroah-Hartman
0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2015-06-04 5:52 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-04 5:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21 22:50 [PATCH v4 3/7] selftests/kdbus: install kdbus-test Tyler Baker
2015-05-06 20:18 ` Shuah Khan
2015-06-04 5:52 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).