From 2b069eb3a36ca5074959dd94f5db6126c244b589 Mon Sep 17 00:00:00 2001 From: Alexander Nasonov Date: Fri, 13 Oct 2006 22:27:53 +0000 Subject: [PATCH] test_round_conversion_long_double added to testsuite despite that it fails on FreeBSD and OpenBSD [SVN r35600] --- lexical_cast_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lexical_cast_test.cpp b/lexical_cast_test.cpp index 436f599..9e02078 100644 --- a/lexical_cast_test.cpp +++ b/lexical_cast_test.cpp @@ -102,6 +102,7 @@ unit_test::test_suite *init_unit_test_suite(int, char *[]) #endif suite->add(BOOST_TEST_CASE(&test_round_conversion_float)); suite->add(BOOST_TEST_CASE(&test_round_conversion_double)); + suite->add(BOOST_TEST_CASE(&test_round_conversion_long_double)); return suite; }