--- unit/test-hfp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unit/test-hfp.c b/unit/test-hfp.c index 5e16378..1a22298 100644 --- a/unit/test-hfp.c +++ b/unit/test-hfp.c @@ -215,6 +215,10 @@ int main(int argc, char *argv[]) raw_pdu('A', 'T', '+', 'B', 'R', 'S', 'F', '\r'), raw_pdu('A', 'T', '+', 'B', 'R', 'S', 'F'), data_end()); + define_test("/hfp/test_cmd_handler_2", test_command_handler, + raw_pdu('A', 'T', 'D', '1', '2', '3', '4', '\r'), + raw_pdu('A', 'T', 'D', '1', '2', '3', '4'), + data_end()); return g_test_run(); } -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html