Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functions | EuAndreh | 2024-06-02 | 1 | -3/+3 |
| | |||||
* | tests/tree.c: Add test for tree_contains() | EuAndreh | 2024-06-01 | 1 | -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() | EuAndreh | 2024-05-31 | 1 | -1/+26 |
| | |||||
* | Add initial private functions for src/set.c and src/tree.c | EuAndreh | 2024-05-31 | 1 | -0/+83 |