Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74237 - sandbox/SOC/2011/checks/libs/checks/test
From: pbristow_at_[hidden]
Date: 2011-09-05 12:37:43


Author: pbristow
Date: 2011-09-05 12:37:42 EDT (Mon, 05 Sep 2011)
New Revision: 74237
URL: http://svn.boost.org/trac/boost/changeset/74237

Log:
Corrected bjam syntax to run both tests.
Text files modified:
   sandbox/SOC/2011/checks/libs/checks/test/jamfile.v2 | 4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2011/checks/libs/checks/test/jamfile.v2
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/test/jamfile.v2 (original)
+++ sandbox/SOC/2011/checks/libs/checks/test/jamfile.v2 2011-09-05 12:37:42 EDT (Mon, 05 Sep 2011)
@@ -3,6 +3,7 @@
 # Checks Tests using Unit Test Library
 
 # Copyright Paul A. Bristow 2011
+# Copyright Pierre Talbot 2011.
 
 # From Copyright 2005: Eric Niebler
 # Distributed under the Boost Software License, Version 1.0.
@@ -50,6 +51,7 @@
       <toolset>msvc:<cxxflags>/wd4224 # nonstandard extension used : formal parameter 'arg' was previously defined as a type.
       <toolset>msvc:<cxxflags>/wd4127 # expression is constant.
       <toolset>msvc:<cxxflags>/wd4701 # needed for lexical cast - temporary.
+ #<toolset>msvc:<cxxflags>/wd4100 # unreferenced formal parameter.
 
       <toolset>msvc:<iterator_debugging>off
       <toolset>intel-win:<iterator_debugging>off
@@ -57,5 +59,5 @@
 
 test-suite "Checks"
     : [ run test_checks.cpp boost_unit_test ]
- : [ run test_checks_tools.cpp boost_unit_test ]
+ [ run test_checks_tools.cpp boost_unit_test ]
     ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk