aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t-printf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add test for the estream printf functionsWerner Koch2014-08-251-0/+429
* tests/t-printf.c: New. * configure.ac: Check for vasprintf. -- These tests have been taken from Libestream and changed to be more portable. For example there is only va_start per function and the test return an error only for _GLIBC_ based systems because that is what we compare against.