summaryrefslogtreecommitdiff
path: root/src/lib/tests/du_buff_test.c
Commit message (Collapse)AuthorAgeFilesLines
* lib, ipcpd: removed du_buff and pcidimitri staessens2016-06-291-70/+0
| | | | Fixes #3
* lib: fixes to du_buffDimitri Staessens2016-03-171-4/+9
| | | | | fixes memleaks in du_buff and du_buff_test fixes bug in copy operation
* lib: Updated du_buff not limit allowable PCI sizeDimitri Staessens2016-03-151-6/+14
| | | | PCI can now occupy at most one block
* lib: Updated du_buff testDimitri Staessens2016-03-081-0/+57
Tests should have "_test.c" appended and include the source they are testing. The build system will find it in the parent directory. Removed linked_list example test as it is now useless.