Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-25 | Add test for the estream printf functions | Werner Koch | 1 | -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. |