summaryrefslogtreecommitdiff
path: root/test/bioprinttest.c
Commit message (Expand)AuthorAgeFilesLines
* TEST: Adjust test/bioprinttest.c to behave like the testutil routinesRichard Levitte2020-06-061-2/+32
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Revert the check for NaN in %f formatBernd Edlinger2020-06-011-33/+0
* bio printf: Avoid using rounding errors in range checkBernd Edlinger2020-05-291-0/+34
* fix truncation of integers on 32bit AIXShane Lontis2019-03-111-4/+4
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-2/+31
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-5/+3
* Randomise the ordering of the C unit tests.Pauli2017-05-151-29/+46
* testutil: Remove test_puts_std{out,err}, they are superfluousRichard Levitte2017-04-281-22/+2
* testutil: Move printing function declarations to "internal" headerRichard Levitte2017-04-281-0/+1
* test: don't make it more complicated than necessary.Andy Polyakov2017-04-251-10/+9
* Avoid using BIO streams in bioprinttest.cRichard Levitte2017-04-241-0/+60
* Adapt all test programsRichard Levitte2017-04-241-2/+0
* Convert more tests to frameworkRich Salz2017-04-181-151/+104
* bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov2017-03-301-4/+30
* Add a simple test for the z modifierRichard Levitte2017-03-291-1/+46
* Whitespace cleanup in appsFdaSilvaYY2016-06-291-1/+1
* SpellingFdaSilvaYY2016-06-291-1/+1
* Silence some "may be uninitialized when used" warningMatt Caswell2016-05-271-3/+3
* Add a test for printing floating point format specifiersMatt Caswell2016-05-271-0/+225