$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r75434 - trunk/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2011-11-10 12:08:39
Author: viboes
Date: 2011-11-10 12:08:37 EST (Thu, 10 Nov 2011)
New Revision: 75434
URL: http://svn.boost.org/trac/boost/changeset/75434
Log:
Chrono: Add missing _header tests
Text files modified: 
   trunk/libs/chrono/test/Jamfile.v2 |    12 ++++++++++++                            
   1 files changed, 12 insertions(+), 0 deletions(-)
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2	(original)
+++ trunk/libs/chrono/test/Jamfile.v2	2011-11-10 12:08:37 EST (Thu, 10 Nov 2011)
@@ -128,6 +128,12 @@
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_DONT_PROVIDE_DEPRECATED_IO_V1
         :   $(sources[1]:B)_shared ]
+    [ run $(sources)
+        : :
+        :   <define>BOOST_CHRONO_HEADER_ONLY
+           <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
+            <define>BOOST_CHRONO_DONT_PROVIDE_DEPRECATED_IO_V1
+        : $(name)_header ]
     ;
 }
 
@@ -140,6 +146,12 @@
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_DONT_PROVIDE_DEPRECATED_IO_V1
         :   $(name)_shared ]
+    [ run $(sources)
+        : :
+        :   <define>BOOST_CHRONO_HEADER_ONLY
+           <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
+            <define>BOOST_CHRONO_DONT_PROVIDE_DEPRECATED_IO_V1
+        : $(name)_header ]
     ;
 }