Extend the mbuf queue test
This commit is contained in:
@@ -331,6 +331,9 @@ START_TEST (test_mbuf_queue)
|
||||
|
||||
fail_if(!uc_tailq_empty(&head));
|
||||
|
||||
q = uc_mbuf_dequeue(&head);
|
||||
fail_if(q != NULL);
|
||||
|
||||
uc_mbuf_free(m1);
|
||||
uc_mbuf_free(m2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user