summaryrefslogtreecommitdiff
path: root/tests/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functionsEuAndreh2024-06-021-3/+3
|
* Use freeit() everywhereEuAndreh2024-05-311-36/+34
|
* src/util.h: Add EXIT_USAGEEuAndreh2024-05-271-0/+14
|
* Remove all remaining calls to logerr() that included a trailing newlineEuAndreh2024-05-241-5/+5
|
* src/util.c: Add freeit()EuAndreh2024-04-191-0/+37
|
* tests/util.c: Add missing free() callsEuAndreh2024-04-181-0/+11
|
* Organaze importsEuAndreh2024-04-161-0/+1
|
* src/util.c: Add slurp(), with a simple testEuAndreh2024-04-071-0/+66