aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningsMattias Andrée2022-06-121-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warnings, replace some static inline with inline + extern inline, and fix glibc supportMattias Andrée2022-06-111-2/+2
|
* Fix tests and libsimple_arraycpy and libsimple_arraymove1.2Mattias Andrée2021-02-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* More tests and fix attributes on wcsndupMattias Andrée2018-12-151-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some fixes and add wide-character string duplication functionsMattias Andrée2018-11-251-0/+28
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* 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>