aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add libsimple_eprintf_preprint and libsimple_eprintf_postprintMattias Andrée2018-11-061-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove strndup, it is in POSIXMattias Andrée2018-10-271-2/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* miscMattias Andrée2018-09-021-55/+76
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Circumvent optimisation bug in clang, and fix bug in have_custom_mallocMattias Andrée2018-08-291-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Circumvent GCC bugs in test code when optimisedMattias Andrée2018-08-291-15/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-291-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Replace exit and fprintfMattias Andrée2018-08-281-0/+63
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Make it possible to force all memory allocation functions to fail in testsMattias Andrée2018-08-281-0/+25
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests for allocation functionsMattias Andrée2018-08-281-0/+199
Signed-off-by: Mattias Andrée <maandree@kth.se>