Add a test for printing floating point format specifiers
authorMatt Caswell <matt@openssl.org>
Thu, 26 May 2016 12:47:47 +0000 (13:47 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 27 May 2016 09:25:31 +0000 (10:25 +0100)
commitf8f686ec1cda6a077ec9d5c2ab540cf202059279
tree4ca49c2fc4eb42427cf871b61e5c1660458937d4
parent1b62d880b5190de8c49a01837d96501cecf2a111
Add a test for printing floating point format specifiers

Previous commits fixed the implementation of the %e and %g format
specifiers as well as other issues. This commit adds a test.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/bioprinttest.c [new file with mode: 0644]
test/build.info
test/recipes/90-test_bioprint.t [new file with mode: 0644]