Diff between 0a726b22d786b39cd91475932b571f4849dbbce6 and b2db172edd402f3ee1f2ecdc8bfeb5488360ac0c
Changed Files
| File | Additions | Deletions | Status |
| unit/test-hfp.c | +4 | -0 | modified |
Full Patch
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();
}