aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some fixes and add wide-character string duplication functionsMattias Andrée2018-11-251-0/+28
* Add libsimple_eprintf_preprint and libsimple_eprintf_postprintMattias Andrée2018-11-061-0/+7
* Remove strndup, it is in POSIXMattias Andrée2018-10-271-2/+9
* miscMattias Andrée2018-09-021-55/+76
* Circumvent optimisation bug in clang, and fix bug in have_custom_mallocMattias Andrée2018-08-291-0/+2
* Circumvent GCC bugs in test code when optimisedMattias Andrée2018-08-291-15/+19
* Add testsMattias Andrée2018-08-291-1/+5
* Replace exit and fprintfMattias Andrée2018-08-281-0/+63
* Make it possible to force all memory allocation functions to fail in testsMattias Andrée2018-08-281-0/+25
* Add tests for allocation functionsMattias Andrée2018-08-281-0/+199