aboutsummaryrefslogtreecommitdiff
path: root/test/bioprinttest.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-06TEST: Adjust test/bioprinttest.c to behave like the testutil routinesRichard Levitte1-2/+32
2020-06-04Update copyright yearMatt Caswell1-1/+1
2020-06-01Revert the check for NaN in %f formatBernd Edlinger1-33/+0
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger1-0/+34
2019-03-11fix truncation of integers on 32bit AIXShane Lontis1-4/+4
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-2/+31
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-5/+3
2017-05-15Randomise the ordering of the C unit tests.Pauli1-29/+46
2017-04-28testutil: Remove test_puts_std{out,err}, they are superfluousRichard Levitte1-22/+2
2017-04-28testutil: Move printing function declarations to "internal" headerRichard Levitte1-0/+1
2017-04-25test: don't make it more complicated than necessary.Andy Polyakov1-10/+9
2017-04-24Avoid using BIO streams in bioprinttest.cRichard Levitte1-0/+60
2017-04-24Adapt all test programsRichard Levitte1-2/+0
2017-04-18Convert more tests to frameworkRich Salz1-151/+104
2017-03-30bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov1-4/+30
2017-03-29Add a simple test for the z modifierRichard Levitte1-1/+46
2016-06-29Whitespace cleanup in appsFdaSilvaYY1-1/+1
2016-06-29SpellingFdaSilvaYY1-1/+1
2016-05-27Silence some "may be uninitialized when used" warningMatt Caswell1-3/+3
2016-05-27Add a test for printing floating point format specifiersMatt Caswell1-0/+225