Update of /cvsroot/boost-sandbox/boost-sandbox/libs/units/example
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23183/boost-sandbox/libs/units/example
Modified Files:
Jamfile.v2
Log Message:
added third compile-fail for unit_example_15
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/units/example/Jamfile.v2,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Jamfile.v2 30 Mar 2007 03:55:35 -0000 1.2
+++ Jamfile.v2 13 Apr 2007 01:16:53 -0000 1.3
@@ -7,7 +7,7 @@
# accomanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt
-UNITS_REQUIREMENTS = <include>$(BOOST_ROOT) <include>../../.. ;
+UNITS_REQUIREMENTS = <include>$(BOOST_ROOT) <include>../../.. <warnings>all ;
import testing ;
@@ -32,6 +32,7 @@
[ run unit_example_15.cpp : : : $(UNITS_REQUIREMENTS) : ]
[ compile-fail unit_example_15.cpp : $(UNITS_REQUIREMENTS) <define>BOOST_UNITS_EXAMPLE_15_FAIL=1 : unit_example_15_fail_1 ]
[ compile-fail unit_example_15.cpp : $(UNITS_REQUIREMENTS) <define>BOOST_UNITS_EXAMPLE_15_FAIL=2 : unit_example_15_fail_2 ]
+ [ compile-fail unit_example_15.cpp : $(UNITS_REQUIREMENTS) <define>BOOST_UNITS_EXAMPLE_15_FAIL=3 : unit_example_15_fail_3 ]
[ run unit_example_16.cpp : : : $(UNITS_REQUIREMENTS) : ]
[ run unit_example_17.cpp : : : $(UNITS_REQUIREMENTS) : ]
[ run unit_example_18.cpp : : : $(UNITS_REQUIREMENTS) : ]
|