$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83783 - trunk/libs/math/test
From: steven_at_[hidden]
Date: 2013-04-06 18:26:16
Author: steven_watanabe
Date: 2013-04-06 18:26:15 EDT (Sat, 06 Apr 2013)
New Revision: 83783
URL: http://svn.boost.org/trac/boost/changeset/83783
Log:
Name the long_double_support test.
Text files modified: 
   trunk/libs/math/test/Jamfile.v2 |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/libs/math/test/Jamfile.v2
==============================================================================
--- trunk/libs/math/test/Jamfile.v2	(original)
+++ trunk/libs/math/test/Jamfile.v2	2013-04-06 18:26:15 EDT (Sat, 06 Apr 2013)
@@ -672,7 +672,7 @@
    ../../test/build//boost_unit_test_framework 
    : : :
    <define>TEST_LD=1
-   [ check-target-builds ../config//has_long_double_support : : <build>no ]
+   [ check-target-builds ../config//has_long_double_support "long double support" : : <build>no ]
    :
    test_tr1_long_double
    ;
@@ -694,13 +694,13 @@
    ../../test/build//boost_unit_test_framework 
    : : :
    <define>TEST_LD=1
-   [ check-target-builds ../config//has_long_double_support : : <build>no ]
+   [ check-target-builds ../config//has_long_double_support "long double support" : : <build>no ]
    :
    test_tr1_c_long_double
    ;
 
 run test_long_double_support.cpp ../../test/build//boost_unit_test_framework 
-: : : [ check-target-builds ../config//has_long_double_support : : <build>no ] ;
+: : : [ check-target-builds ../config//has_long_double_support "long double support" : : <build>no ] ;
 
 run  compile_test/compl_abs_incl_test.cpp compile_test/main.cpp ;
 run  compile_test/compl_acos_incl_test.cpp compile_test/main.cpp ;