$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73908 - trunk/libs/fusion/test
From: eric_at_[hidden]
Date: 2011-08-18 22:04:41
Author: eric_niebler
Date: 2011-08-18 22:04:40 EDT (Thu, 18 Aug 2011)
New Revision: 73908
URL: http://svn.boost.org/trac/boost/changeset/73908
Log:
enable segmented tests
Text files modified: 
   trunk/libs/fusion/test/Jamfile |    25 +++++--------------------               
   1 files changed, 5 insertions(+), 20 deletions(-)
Modified: trunk/libs/fusion/test/Jamfile
==============================================================================
--- trunk/libs/fusion/test/Jamfile	(original)
+++ trunk/libs/fusion/test/Jamfile	2011-08-18 22:04:40 EDT (Thu, 18 Aug 2011)
@@ -41,6 +41,10 @@
     [ run algorithm/reverse_fold.cpp :  :  :  : ]
     [ run algorithm/reverse_iter_fold.cpp :  :  :  : ]
     [ run algorithm/reverse.cpp :  :  :  : ]
+    [ run algorithm/segmented_for_each.cpp : : : : ]
+    [ run algorithm/segmented_find.cpp : : : : ]
+    [ run algorithm/segmented_find_if.cpp : : : : ]
+    [ run algorithm/segmented_fold.cpp : : : : ]
     [ run algorithm/transform.cpp :  :  :  : ]
     [ run algorithm/join.cpp :  :  :  : ]
     [ run algorithm/zip.cpp : : : : ]
@@ -83,6 +87,7 @@
     [ run sequence/map_tie.cpp :  :  :  : ]
     [ run sequence/nview.cpp :  :  :  : ]
     [ run sequence/reverse_view.cpp :  :  :  : ]
+    [ run sequence/segmented_iterator_range.cpp : : : : ]
     [ run sequence/set.cpp :  :  :  : ]
     [ run sequence/single_view.cpp :  :  :  : ]
     [ run sequence/std_pair.cpp :  :  :  : ]
@@ -149,23 +154,3 @@
 
     ;
 }
-
-{
-    # Text for extension features, must be explicitly specified on the command line to be run
-    # TODO these are not in a test-suite because currently test-suites cannot be marked "explicit"
-
-    run algorithm/segmented_for_each.cpp ;
-    explicit segmented_for_each ;
-
-    run algorithm/segmented_find.cpp ;
-    explicit segmented_find ;
-
-    run algorithm/segmented_find_if.cpp ;
-    explicit segmented_find_if ;
-
-    run algorithm/segmented_fold.cpp ;
-    explicit segmented_fold ;
-
-    run sequence/segmented_iterator_range.cpp ;
-    explicit segmented_iterator_range ;
-}