$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73958 - sandbox/SOC/2011/checks/libs/checks/example
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-20 16:06:19
Author: trademark
Date: 2011-08-20 16:06:18 EDT (Sat, 20 Aug 2011)
New Revision: 73958
URL: http://svn.boost.org/trac/boost/changeset/73958
Log:
Corrected the name of the test file.
Text files modified:
sandbox/SOC/2011/checks/libs/checks/example/jamfile.v2 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2011/checks/libs/checks/example/jamfile.v2
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/example/jamfile.v2 (original)
+++ sandbox/SOC/2011/checks/libs/checks/example/jamfile.v2 2011-08-20 16:06:18 EDT (Sat, 20 Aug 2011)
@@ -33,5 +33,6 @@
<include>$(boost_root)
;
-run checks_example.cpp ; # Example of some function in Boost.Checks.
+run checks_examples.cpp ; # Example of some function in Boost.Checks.
+run checks_tutorial.cpp ; # Examples for the "Extending the library" section of the tutorial.