From c253c5cc9c75d9592f4ba97c94787b8c834b2ced Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 4 May 2007 00:56:22 +0000 Subject: [PATCH] Updated build-and-test howto [SVN r37585] --- doc/Jamfile | 2 + doc/building.html | 325 +++++++++++++++++---------- doc/building.rst | 94 +++++++- example/Attic/project.zip | Bin 1469 -> 0 bytes example/Jamfile.v2 | 36 --- example/Jamrules | 36 --- example/quickstart/Jamroot | 33 +++ example/quickstart/boost-build.jam | 7 + example/quickstart/embedding.cpp | 154 +++++++++++++ example/quickstart/extending.cpp | 41 ++++ example/quickstart/script.py | 6 + example/quickstart/test_extending.py | 36 +++ 12 files changed, 567 insertions(+), 203 deletions(-) delete mode 100644 example/Attic/project.zip delete mode 100644 example/Jamfile.v2 delete mode 100755 example/Jamrules create mode 100755 example/quickstart/Jamroot create mode 100644 example/quickstart/boost-build.jam create mode 100644 example/quickstart/embedding.cpp create mode 100644 example/quickstart/extending.cpp create mode 100644 example/quickstart/script.py create mode 100644 example/quickstart/test_extending.py diff --git a/doc/Jamfile b/doc/Jamfile index 9b7c8841..f6ca225d 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -19,5 +19,7 @@ for local b in $(bases) ; } +exe tst : tst.cpp ; + alias htmls : $(bases) ; stage . : $(bases) ; diff --git a/doc/building.html b/doc/building.html index 40cc2bea..80978640 100644 --- a/doc/building.html +++ b/doc/building.html @@ -9,53 +9,55 @@
-

Boost.Python Build and Test HOWTO

+

Boost.Python Build and Test HOWTO

-