aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fix(printf): fixed floating point sign handlingMarco Paland2018-04-201-0/+18
|
* fix(test_suite): fixed test casesMarco Paland2018-04-201-5/+5
|
* fix(printf): fix snprintf buffer terminationMarco Paland2018-04-191-0/+53
| | | Fixes #7 (partly)
* fix(printf): fixed conversion buffer handlingMarco Paland2018-04-181-0/+6
| | | Added according test cases
* test(test_suite): added 'z' test casesMarco Paland2018-04-171-1/+16
|
* chore(catch): update to catch v2.2.2Marco Paland2018-04-111-8275/+9780
|
* Fixed 64 bit %p testcase, againMarco Paland2017-11-231-5/+5
|
* Fixed 64 bit pointer castingMarco Paland2017-11-221-2/+3
|
* Added pointer testcaseMarco Paland2017-11-211-0/+8
|
* Changed printf.cpp to printf.c to be usable with 'C'-compilersMarco Paland2017-11-131-5/+3
| | | closes #1
* Added more test casesMarco Paland2017-11-131-0/+27
|
* Added test cases to improve coverage testsMarco Paland2017-10-311-10/+21
|
* Fix compiler/coverity warnings, add test casesMarco Paland2017-10-311-0/+104
|
* Added more test casesMarco Paland2017-10-131-4/+543
|
* Added initial test casesMarco Paland2017-10-122-0/+11873