- linked list now allows inserting and deleting in the middle of the

list
- test for this features written
This commit is contained in:
Jan Hutter
2005-11-04 11:39:12 +00:00
parent 7c2228f165
commit bfdc5c7c93
5 changed files with 273 additions and 22 deletions
+4 -3
View File
@@ -36,9 +36,10 @@
*/
test_t *tests[] ={
&linked_list_test,
&linked_list_forward_iterator_test,
// &thread_pool_test,
// &job_queue_test1,
&linked_list_iterator_test,
&linked_list_insert_and_remove_test,
&thread_pool_test,
&job_queue_test1,
NULL
};