|
From: Steven W. <ste...@us...> - 2007-03-30 03:55:42
|
Update of /cvsroot/boost-sandbox/boost-sandbox/libs/units/example In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14843/boost-sandbox/libs/units/example Modified Files: Jamfile.v2 Log Message: Added new examples + tutorial Index: Jamfile.v2 =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/units/example/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:51 -0000 1.1.1.1 +++ Jamfile.v2 30 Mar 2007 03:55:35 -0000 1.2 @@ -14,6 +14,7 @@ { test-suite units : + [ run tutorial.cpp : : : $(UNITS_REQUIREMENTS) : ] [ run unit_example_1.cpp : : : $(UNITS_REQUIREMENTS) : ] [ run unit_example_2.cpp : : : $(UNITS_REQUIREMENTS) : ] [ run unit_example_3.cpp : : : $(UNITS_REQUIREMENTS) : ] @@ -36,6 +37,8 @@ [ run unit_example_18.cpp : : : $(UNITS_REQUIREMENTS) : ] [ run unit_example_19.cpp : : : $(UNITS_REQUIREMENTS) : ] [ run unit_example_20.cpp $(BOOST_ROOT)/libs/regex/build//boost_regex : : : $(UNITS_REQUIREMENTS) <define>BOOST_REGEX_NO_LIB : ] + [ run unit_example_21.cpp : : : $(UNITS_REQUIREMENTS) : ] + [ run unit_example_22.cpp : : : $(UNITS_REQUIREMENTS) : ] ; } |