diff mbox series

tools/test-runner: Add user channel tester

Message ID 20201216010728.989447-1-tedd.an@intel.com (mailing list archive)
State New, archived
Headers show
Series tools/test-runner: Add user channel tester | expand

Commit Message

Tedd Ho-Jeong An Dec. 16, 2020, 1:07 a.m. UTC
This patch adds a user channel tester to the test table for auto run.
---
 tools/test-runner.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

bluez.test.bot@gmail.com Dec. 16, 2020, 2:06 a.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=402607

---Test result---

##############################
Test: CheckPatch - PASS

##############################
Test: CheckGitLint - PASS

##############################
Test: CheckBuild - PASS

##############################
Test: MakeCheck - PASS



---
Regards,
Linux Bluetooth
diff mbox series

Patch

diff --git a/tools/test-runner.c b/tools/test-runner.c
index a17ec594a..ec14c270f 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -524,6 +524,7 @@  static const char *test_table[] = {
 	"rfcomm-tester",
 	"sco-tester",
 	"bnep-tester",
+	"userchan-tester",
 	"check-selftest",
 	"tools/mgmt-tester",
 	"tools/smp-tester",
@@ -531,6 +532,7 @@  static const char *test_table[] = {
 	"tools/rfcomm-tester",
 	"tools/sco-tester",
 	"tools/bnep-tester",
+	"tools/userchan-tester",
 	"tools/check-selftest",
 	NULL
 };