summaryrefslogtreecommitdiff
path: root/tests/piece-table-internals.c
AgeCommit message (Collapse)Author
4 daysMakefile: Add logs for tests and move to assertEkaitz Zarraga
This provides a better log system that more clearly states what went wrong in the test files.
5 dayspiece-table: piece_table_create_from -> *from_strEkaitz Zarraga
5 daystest: piece-table-internals: Add test and pass itEkaitz Zarraga
Fixes the optimization that avoids adding a new piece when the addition happens in the end of the buffer. Fixes leaks produced in piece_table_optimize