diff --git a/doc/guidelines.qbk b/doc/guidelines.qbk index ecc86db1..6ecc392a 100644 --- a/doc/guidelines.qbk +++ b/doc/guidelines.qbk @@ -126,14 +126,14 @@ but in all lower case, and which returns zero on success: Once the test code is in place in libs/config/test, updating the configuration test system proceeds as: -* cd into `libs/config/tools` and run `bjam --v2` : this generates the `.cpp` -file test cases from the `.ipp` file, updates the Jamfile, `config_test.cpp` and -`config_info.cpp`. -* cd into `libs/config/test` and run `bjam --v2 `['MACRONAME]` compiler-list` : where +* cd into `libs/config/tools` and run `bjam` : this generates the `.cpp` +file test cases from the `.ipp` file, updates the +libs/config/test/all/Jamfile.v2, `config_test.cpp` and `config_info.cpp`. +* cd into `libs/config/test/all` and run `bjam `['MACRONAME]` compiler-list` : where ['MACRONAME] is the name of the new macro, and `compiler-list` is the list of compilers to test with. You should see the tests pass with those compilers that don't have the defect, and fail with those that do. -* cd into `libs/config/test` and `run bjam --v2 config_info config_test compiler-list` : +* cd into `libs/config/test` and `run bjam config_info config_test compiler-list` : `config_info` should build and run cleanly for all the compilers in `compiler-list` while `config_test` should fail for those that have the defect, and pass for those that do not. diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index 39e85051..901f8a5e 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -13,8 +13,8 @@
libs/config/tools
and run bjam
- --v2
+ cd into libs/config/tools
and run bjam
: this generates the .cpp
- file test cases from the .ipp
file, updates the Jamfile, config_test.cpp
and config_info.cpp
.
+ file test cases from the .ipp
file, updates the libs/config/test/all/Jamfile.v2,
+ config_test.cpp
and config_info.cpp
.
libs/config/test
and run bjam
- --v2
+ cd into libs/config/test/all
and run bjam
MACRONAME compiler-list
: where MACRONAME is the name of the new macro, and
compiler-list
is the list of compilers to test
@@ -252,7 +251,7 @@
libs/config/test
and run
- bjam --v2 config_info
+ bjam config_info
config_test compiler-list
: config_info
should build
and run cleanly for all the compilers in compiler-list
diff --git a/doc/html/boost_config/rationale.html b/doc/html/boost_config/rationale.html
index 3568c400..499cac66 100644
--- a/doc/html/boost_config/rationale.html
+++ b/doc/html/boost_config/rationale.html
@@ -14,8 +14,8 @@
Copyright © 2001 -2007 Beman Dawes, Vesa Karvonen, John Maddock
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -960,7 +960,7 @@Last revised: April 21, 2008 at 11:41:47 GMT |
+Last revised: May 27, 2008 at 12:08:04 GMT |