28 lines
855 B
Diff
28 lines
855 B
Diff
From: Tyler Baker <tyler.baker@linaro.org>
|
|
Date: Tue, 21 Apr 2015 15:50:51 -0700
|
|
Subject: [PATCH] selftests/kdbus: install kdbus-test
|
|
|
|
Set TEST_PROGS so that kdbus-test is installed.
|
|
|
|
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Cc: Shuah Khan <shuahkh@osg.samsung.com>
|
|
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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 7ad587b3c767..8f36cb5667cc 100644
|
|
--- a/tools/testing/selftests/kdbus/Makefile
|
|
+++ b/tools/testing/selftests/kdbus/Makefile
|
|
@@ -40,6 +40,8 @@ include ../lib.mk
|
|
kdbus-test: $(OBJS)
|
|
$(CC) $(CFLAGS) $^ $(LDLIBS) -o $@
|
|
|
|
+TEST_PROGS := kdbus-test
|
|
+
|
|
run_tests:
|
|
./kdbus-test --tap
|
|
|