aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sb_printf: expand feature set slightly and fix testingMike Frysinger2012-07-021-1/+1
| | | | | | | | | | This adds support for signed ll, unsigned z, l, and ll, hex l, and ll, ignores the # for hex output since this is what we do implicitly already. As for testing, looks like during the autogeneration of testsuite.list.at, the sb_printf test was lost. Restore it so it gets run again. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: use $AWK rather than awkMike Frysinger2009-02-181-1/+1
| | | | | | | The configure scripts will try hard to set up AWK as GNU awk which is what we want/need in the sb_printf test. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sb_printf: get z modifier working and fixup testsMike Frysinger2009-02-081-58/+29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: add test case for libsigsegvMike Frysinger2008-11-161-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: execute sb_printfMike Frysinger2008-11-161-0/+62
Signed-off-by: Mike Frysinger <vapier@gentoo.org>