summaryrefslogtreecommitdiff
path: root/tests/tree.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functionsEuAndreh2024-06-021-3/+3
|
* tests/tree.c: Add test for tree_contains()EuAndreh2024-06-011-11/+101
| | | | | After writing the test, a failing case made me notice that the comparison was reversed, and I then fixed the implementation :)
* tests/tree.c: Add first test for tree_contains()EuAndreh2024-05-311-1/+26
|
* Add initial private functions for src/set.c and src/tree.cEuAndreh2024-05-311-0/+83