$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2008-05-02 11:44:26
Author: grafik
Date: 2008-05-02 11:44:25 EDT (Fri, 02 May 2008)
New Revision: 45025
URL: http://svn.boost.org/trac/boost/changeset/45025
Log:
Use all test sub-projects regardless of filtering so that the tests show up in the bjam XML log.
Text files modified: 
   trunk/status/Jamfile.v2 |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/status/Jamfile.v2
==============================================================================
--- trunk/status/Jamfile.v2	(original)
+++ trunk/status/Jamfile.v2	2008-05-02 11:44:25 EDT (Fri, 02 May 2008)
@@ -31,6 +31,10 @@
             {
                 build-project ../libs/$(test) ;
             }
+            else
+            {
+                use-project /boost/$(test) : ../libs/$(test) ;
+            }
         }
         else
         {