summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_bioprint.t
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-05-26 13:47:47 +0100
committerMatt Caswell <matt@openssl.org>2016-05-27 10:25:31 +0100
commitf8f686ec1cda6a077ec9d5c2ab540cf202059279 (patch)
tree4ca49c2fc4eb42427cf871b61e5c1660458937d4 /test/recipes/90-test_bioprint.t
parent1b62d880b5190de8c49a01837d96501cecf2a111 (diff)
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>
Diffstat (limited to 'test/recipes/90-test_bioprint.t')
-rw-r--r--test/recipes/90-test_bioprint.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/recipes/90-test_bioprint.t b/test/recipes/90-test_bioprint.t
new file mode 100644
index 0000000000..b86e828f57
--- /dev/null
+++ b/test/recipes/90-test_bioprint.t
@@ -0,0 +1,12 @@
+#! /usr/bin/env perl
+# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+#
+# Licensed under the OpenSSL license (the "License"). You may not use
+# this file except in compliance with the License. You can obtain a copy
+# in the file LICENSE in the source distribution or at
+# https://www.openssl.org/source/license.html
+
+
+use OpenSSL::Test::Simple;
+
+simple_test("test_bioprint", "bioprinttest");