Code

plugin: Record all loaded plugins and use that for improved error messages.
[sysdb.git] / t / utils / llist_test.c
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-10-25 Sebastian Harlutils llist: Added sdb_llist_iter_remove_current().
2013-09-04 Sebastian Harlt/utils/: Name test-cases after the tested function.
2013-08-27 Sebastian Harlt/: Make the test-suite compile with strict compiler...
2013-08-27 Sebastian Harlt/: Fixed header include order.
2013-08-26 Sebastian Harlt/utils/llist_test: Check sdb_llist_create() return...
2013-08-23 Sebastian Harlt/utils/llist_test: Added tests for clone and destroy.
2013-08-23 Sebastian HarlAdded unit testing framework based on ‘check’.