Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-08-08 15:16:44


Author: vladimir_prus
Date: 2007-08-08 15:16:43 EDT (Wed, 08 Aug 2007)
New Revision: 38520
URL: http://svn.boost.org/trac/boost/changeset/38520

Log:
Update for V2
Text files modified:
   trunk/libs/lambda/test/Jamfile | 73 ++++++++++++---------------------------
   1 files changed, 22 insertions(+), 51 deletions(-)

Modified: trunk/libs/lambda/test/Jamfile
==============================================================================
--- trunk/libs/lambda/test/Jamfile (original)
+++ trunk/libs/lambda/test/Jamfile 2007-08-08 15:16:43 EDT (Wed, 08 Aug 2007)
@@ -8,55 +8,26 @@
 
 # For more information, see http://www.boost.org/
 
+import testing ;
 
-subproject libs/lambda/test ;
-
-# bring in rules for testing
-SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
-include testing.jam ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite lambda
- :
- [ run libs/lambda/test/algorithm_test.cpp : : : : ]
-
- [ run libs/lambda/test/bind_tests_simple.cpp : : : : ]
-
- [ run libs/lambda/test/bind_tests_advanced.cpp : : : : ]
-
- [ run libs/lambda/test/bind_tests_simple_f_refs.cpp : : : : ]
-
- [ run libs/lambda/test/bll_and_function.cpp : : : : ]
-
- [ run libs/lambda/test/cast_test.cpp : : : : ]
-
- [ run libs/lambda/test/constructor_tests.cpp : : : : ]
-
- [ run libs/lambda/test/control_structures.cpp : : : : ]
-
- [ run libs/lambda/test/exception_test.cpp : : : : ]
-
- [ run libs/lambda/test/extending_rt_traits.cpp : : : : ]
-
- [ run libs/lambda/test/is_instance_of_test.cpp : : : : ]
-
- [ run libs/lambda/test/member_pointer_test.cpp : : : : ]
-
- [ run libs/lambda/test/operator_tests_simple.cpp : : : : ]
-
- [ run libs/lambda/test/phoenix_control_structures.cpp : : : : ]
-
- [ run libs/lambda/test/switch_construct.cpp : : : : ]
-
- [ run libs/lambda/test/rvalue_test.cpp : : : : ]
-
- [ run libs/lambda/test/istreambuf_test.cpp : : : : ]
- ;
-
-}
+project
+ : requirements <library>/boost/test//boost_test_exec_monitor
+ ;
+
+test-suite lambda
+ : [ run algorithm_test.cpp ]
+ [ run bind_tests_simple.cpp ]
+ [ run bind_tests_advanced.cpp ]
+ [ run bind_tests_simple_f_refs.cpp ]
+ [ run bll_and_function.cpp ]
+ [ run cast_test.cpp : : : : lambda_cast_test ]
+ [ run constructor_tests.cpp ]
+ [ run control_structures.cpp ]
+ [ run exception_test.cpp ]
+ [ run extending_rt_traits.cpp ]
+ [ run is_instance_of_test.cpp ]
+ [ run member_pointer_test.cpp ]
+ [ run operator_tests_simple.cpp ]
+ [ run phoenix_control_structures.cpp ]
+ [ run switch_construct.cpp ]
+ ;


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