aboutsummaryrefslogtreecommitdiffstats
path: root/test.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-1/+17
| | | | 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-5/+22
|
* More tests and fix attributes on wcsndupMattias Andrée2018-12-151-0/+39
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some fixes to libsimple-arg.h, test everything except long arguments, and fix some man pagesMattias Andrée2018-11-141-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libsimple_eprintf_preprint and libsimple_eprintf_postprintMattias Andrée2018-11-061-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Circumvent GCC bugs in test code when optimisedMattias Andrée2018-08-291-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-291-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-291-0/+37
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Replace exit and fprintfMattias Andrée2018-08-281-0/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests for allocation functionsMattias Andrée2018-08-281-0/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add str[n]caseeq[null] and some testsMattias Andrée2018-08-191-2/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add str[r]n[case]str and str[n][case]cmpnulMattias Andrée2018-08-191-8/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and run testsMattias Andrée2018-08-181-0/+19
Signed-off-by: Mattias Andrée <maandree@kth.se>