$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77474 - branches/filesystem-v3/libs/filesystem/test
From: bdawes_at_[hidden]
Date: 2012-03-22 08:41:32
Author: bemandawes
Date: 2012-03-22 08:41:31 EDT (Thu, 22 Mar 2012)
New Revision: 77474
URL: http://svn.boost.org/trac/boost/changeset/77474
Log:
Choose the set of tests to be run for regression testing
Text files modified: 
   branches/filesystem-v3/libs/filesystem/test/Jamfile.v2 |    24 +++++++++++-------------                
   1 files changed, 11 insertions(+), 13 deletions(-)
Modified: branches/filesystem-v3/libs/filesystem/test/Jamfile.v2
==============================================================================
--- branches/filesystem-v3/libs/filesystem/test/Jamfile.v2	(original)
+++ branches/filesystem-v3/libs/filesystem/test/Jamfile.v2	2012-03-22 08:41:31 EDT (Thu, 22 Mar 2012)
@@ -2,7 +2,7 @@
 
 # (C) Copyright Beman Dawes 2002-2006
 # Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt)
+# See www.boost.org/LICENSE_1_0.txt
 
 project 
     : requirements
@@ -15,21 +15,19 @@
 # to know if failures in shared library tests are related to sharing or not.
 
    test-suite "filesystem" :
-       [ run path_unit_test.cpp :  :  : <link>shared ]                  
-       [ run path_unit_test.cpp :  :  : <link>static : path_unit_test_static ]                  
-       [ run path_test.cpp :  :  : <link>shared ]                  
-       [ run path_test.cpp :  :  : <link>static : path_test_static ]                  
-       [ run operations_unit_test.cpp :  :  : <link>shared ]
-       [ run operations_unit_test.cpp :  :  : <link>static : operations_unit_test_static ]
-       [ run operations_test.cpp :  :  : <link>shared ]
-       [ run operations_test.cpp :  :  : <link>static : operations_test_static ]
-       [ run fstream_test.cpp ]
        [ run convenience_test.cpp ]
-       [ run large_file_support_test.cpp ]
        [ run deprecated_test.cpp ]                  
+       [ run fstream_test.cpp ]
+       [ run large_file_support_test.cpp ]
+       [ run locale_info.cpp  : : : <test-info>always_show_run_output ]
+       [ run operations_test.cpp :  :  : <link>shared <test-info>always_show_run_output ]
+#       [ run operations_test.cpp :  :  : <link>static : operations_test_static ]
+       [ run operations_unit_test.cpp :  :  : <link>shared ]
+       [ run path_test.cpp :  :  : <link>shared ]                  
+#       [ run path_test.cpp :  :  : <link>static : path_test_static ]                  
+       [ run path_unit_test.cpp :  :  : <link>shared ]                  
+#       [ run path_unit_test.cpp :  :  : <link>static : path_unit_test_static ]                  
        [ run ../example/simple_ls.cpp ]
        [ run ../example/file_status.cpp ]
  
-#       [ compile ../example/mbcopy.cpp ]
-#       [ compile ../example/mbpath.cpp ]
        ;