Update of /cvsroot/boost-sandbox/boost-sandbox/libs/units/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29538/boost-sandbox/libs/units/test
Modified Files:
Jamfile.v2
Log Message:
make sure that we can use base_dimension reliably
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/units/test/Jamfile.v2,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Jamfile.v2 16 Mar 2007 18:29:54 -0000 1.1.1.1
+++ Jamfile.v2 15 Apr 2007 01:40:40 -0000 1.2
@@ -7,7 +7,7 @@
# accomanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt
-UNIT_REQUIREMENTS = <include>$(BOOST_ROOT) <include>../../.. ;
+UNIT_REQUIREMENTS = <include>$(BOOST_ROOT) <include>../../.. <warnings>all ;
import testing ;
@@ -20,6 +20,7 @@
[ run test_quantity.cpp : : : $(UNIT_REQUIREMENTS) : ]
[ run test_unit.cpp : : : $(UNIT_REQUIREMENTS) : ]
[ run test_conversion.cpp : : : $(UNIT_REQUIREMENTS) : ]
+ [ run test_base_dimension.cpp : : : $(UNIT_REQUIREMENTS) : ]
[ compile-fail fail_implicit_conversion.cpp : $(UNIT_REQUIREMENTS) : ]
[ compile-fail fail_quantity_construct.cpp : $(UNIT_REQUIREMENTS) : ]
[ compile-fail fail_quantity_assign.cpp : $(UNIT_REQUIREMENTS) : ]
|