summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
4 daysMakefile: Include test logs for proper cleaningEkaitz Zarraga
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 daysMakefile: better columnar output in testsEkaitz 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
9 dayspiece-table: remove print functionalityEkaitz Zarraga
We want to lean more on the debugger world than printf debugging as our data structures are opaque (on purpose).
10 daysMakefile: Make tests cleaner and report betterEkaitz Zarraga
10 daysRestart!Ekaitz Zarraga
2024-03-09src: piece-table: Add insert + tests for itEkaitz Zarraga
2024-03-03tests (piece-table): start testingEkaitz Zarraga
2024-03-02make: add some cool CFLAGSEkaitz Zarraga
2024-02-28First commit with project structureEkaitz Zarraga