![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
C unit test to cover a linked list library implementation. More...
Go to the source code of this file.
C unit test to cover a linked list library implementation.
Definition in file test-llist.c.
Functions | |
| TESTS_BEGIN | TEST (basic) |
| TEST (nodeinsert) | |
| TEST (predicates) | |
| TEST (unlink) | |
| TEST (whiles) | |
| TEST (relocate) | |
| TESTS_BEGIN TEST | ( | basic | ) |
Definition at line 27 of file test-llist.c.
References LLIST_AUTO.
| TEST | ( | nodeinsert | ) |
Definition at line 38 of file test-llist.c.
References LLIST_AUTO.
| TEST | ( | predicates | ) |
Definition at line 59 of file test-llist.c.
References LLIST_AUTO, llist_insert_head, and llist_insert_tail.
| TEST | ( | unlink | ) |
Definition at line 86 of file test-llist.c.
References LLIST_AUTO, LLIST_FOREACH, LLIST_FOREACH_REV, llist_insert_head, and llist_insert_tail.
| TEST | ( | whiles | ) |
Definition at line 128 of file test-llist.c.
References LLIST_AUTO, LLIST_FOREACH, LLIST_FOREACH_REV, llist_insert_head, llist_insert_tail, LLIST_WHILE_HEAD, and LLIST_WHILE_TAIL.
| TEST | ( | relocate | ) |
Definition at line 185 of file test-llist.c.
References llist_insert_head, and NULL.