aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/tests/linked_list_test.c
Commit message (Collapse)AuthorAgeFilesLines
* - renamed tests to testcasesMartin Willi2005-11-111-210/+0
|
* - linked_list, event_queue, send_queue and job_queue returns nowJan Hutter2005-11-101-29/+15
| | | | count directly
* - inserting and removing now needs a linked_list_iterator_t* instead of Jan Hutter2005-11-081-68/+62
| | | | | | | a linked_list_element_t* - linked_list_element_t removed - has_next now returns bool instead of status_t
* - linked list now allows inserting and deleting in the middle of the Jan Hutter2005-11-041-14/+90
| | | | | | list - test for this features written
* - iterator for linked list implementedJan Hutter2005-11-041-14/+83
| | | | | | - first test for iterator written - linked list values capsulated into private struct
* - Tests are now separated in test files in the tests-directoryJan Hutter2005-11-031-0/+85