From 7561c2e5c5152481c5af080c58c4a0e9df055463 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 10 Nov 2001 22:16:01 +0000 Subject: [PATCH] Modified Files: index.htm - fixed reference to CVS repository libs/python/build/Jamfile - first stab at metrowerks Pro7 support status/Jamfile - added RUN_ALL_TESTS variables to force tests to run tools/build/boost-build.jam - fix BOOST_BUILD_INSTALLATION setting tools/build/metrowerks-tools.jam - command file support tools/build/msvc-tools.jam - permanent command file support tools/build/intel-win32-tools.jam - made it an extension of msvc-tools.jam tools/build/gcc-tools.jam - made FINDLIBS change submitted by Toon Knapen tools/build/jam_src/variable.c - changed command-line/env. variable interpretation so that surrounding them with quotes causes no breaking at spaces. These files were converted from tabs to spaces: boost/python/conversions.hpp boost/python/reference.hpp boost/python/detail/base_object.hpp boost/python/detail/functions.hpp boost/python/detail/wrap_python.hpp libs/python/test/comprehensive.cpp tools/build/boost-base.jam tools/build/como-tools.jam [SVN r11652] --- index.htm | 2 +- libs/python | 2 +- status/Jamfile | 18 +++++++++++++++--- tools/build | 2 +- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/index.htm b/index.htm index a955dc7cf3..e519fd8279 100644 --- a/index.htm +++ b/index.htm @@ -46,7 +46,7 @@ Welcome to Boost.org!

Other Resources
• Files (members only)
- • CVS + • CVS Repository
• Wiki (unofficial)
diff --git a/libs/python b/libs/python index b4a1a6c688..b211f8a096 160000 --- a/libs/python +++ b/libs/python @@ -1 +1 @@ -Subproject commit b4a1a6c688d37d831fb7229feeb9f8c14a6015a4 +Subproject commit b211f8a096c8902442fb5e655ed01928816d5909 diff --git a/status/Jamfile b/status/Jamfile index 24611bd9a6..158e631b59 100644 --- a/status/Jamfile +++ b/status/Jamfile @@ -138,6 +138,11 @@ rule run-test # target : sources : requirements INPUT_FILES on $(<) = $(gRUN_TEST_INPUT_FILES) ; ARGS on $(<) = $(gRUN_TEST_ARGS) ; capture-run-output $(<) : $(executable) ; + + if $(RUN_ALL_TESTS) + { + ALWAYS $(<) ; + } } actions capture-run-output bind INPUT_FILES { @@ -261,7 +266,14 @@ run-fail libs/test/test/test_tools_fail2.cpp ; compile libs/timer/timer_test.cpp ; -run libs/tokenizer/examples.cpp ; +test-suite tokenizer + : [ run libs/tokenizer/examples.cpp ] + [ run libs/tokenizer/simple_example_1.cpp ] + [ run libs/tokenizer/simple_example_2.cpp ] + [ run libs/tokenizer/simple_example_3.cpp ] + [ run libs/tokenizer/simple_example_4.cpp ] + [ run libs/tokenizer/simple_example_5.cpp ] + ; test-suite type_traits : [ run libs/type_traits/tests/alignment_test.cpp ] @@ -293,9 +305,9 @@ test-suite iterator_adaptors [ run libs/utility/iterator_adaptor_examples.cpp ] [ run libs/utility/counting_iterator_example.cpp ] [ run libs/utility/filter_iterator_example.cpp ] - [ run libs/utility/fun_out_iterator_example.cpp ] + [ run libs/utility/fun_out_iter_example.cpp ] [ run libs/utility/indirect_iterator_example.cpp ] - [ run libs/utility/projection_iterator_examples.cpp ] + [ run libs/utility/projection_iterator_example.cpp ] [ run libs/utility/reverse_iterator_example.cpp ] [ run libs/utility/transform_iterator_example.cpp ] ; diff --git a/tools/build b/tools/build index de59a71012..4f7a212d2b 160000 --- a/tools/build +++ b/tools/build @@ -1 +1 @@ -Subproject commit de59a71012c6325adb40e6770bd1647db934536c +Subproject commit 4f7a212d2bcb57dfb8ba4c381e0bedf74333a02b