$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74701 - trunk/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2011-10-04 12:48:16
Author: viboes
Date: 2011-10-04 12:48:15 EDT (Tue, 04 Oct 2011)
New Revision: 74701
URL: http://svn.boost.org/trac/boost/changeset/74701
Log:
Chrono: Fix chrono-run-header target
Text files modified: 
   trunk/libs/chrono/test/Jamfile.v2 |    10 ++++++----                              
   1 files changed, 6 insertions(+), 4 deletions(-)
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2	(original)
+++ trunk/libs/chrono/test/Jamfile.v2	2011-10-04 12:48:15 EDT (Tue, 04 Oct 2011)
@@ -183,11 +183,13 @@
 rule chrono-run-header ( sources )
 {
     return
-    [ run $(sources) 
+    [ run $(sources)
         : :
-        :
+        :   <define>BOOST_CHRONO_HEADER_ONLY
+            # comment one of the following lines
+            #<define>BOOST_SYSTEM_INLINED
             <library>/boost/system//boost_system
-        :   $(sources[1]:B)_shared ]
+        :   $(sources[1]:B)_header ]
     ;
 }
 
@@ -252,7 +254,6 @@
         [ chrono-run ../example/manipulate_clock_object.cpp ]
         #[ chrono-run ../example/chrono_accuracy_test.cpp ]
         [ chrono-run-mt ../example/test_thread_clock.cpp  ]
-        [ chrono-run ../example/french.cpp  ]
         [ chrono-run-header ../example/rounding.cpp  ]
         #[ chrono-run ../example/await_keystroke.cpp  ]
         ;
@@ -348,6 +349,7 @@
         [ chrono-run ../example/io_ex3.cpp  ]
         [ chrono-run ../example/io_ex4.cpp  ]
         [ chrono-run ../example/io_ex5.cpp  ]
+        [ chrono-run ../example/french.cpp  ]
         ;
 
     test-suite "io"