Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52090 - in sandbox/SOC/2007/cgi/trunk: . libs/cgi/test
From: lists.drrngrvy_at_[hidden]
Date: 2009-03-31 18:06:36


Author: drrngrvy
Date: 2009-03-31 18:06:35 EDT (Tue, 31 Mar 2009)
New Revision: 52090
URL: http://svn.boost.org/trac/boost/changeset/52090

Log:
Adding ability to build docs + examples along with the tests. Updating README.txt
Added:
   sandbox/SOC/2007/cgi/trunk/README.txt (contents, props changed)
Removed:
   sandbox/SOC/2007/cgi/trunk/README
Text files modified:
   sandbox/SOC/2007/cgi/trunk/libs/cgi/test/Jamfile.v2 | 22 +++++++++++++++++++++-
   1 files changed, 21 insertions(+), 1 deletions(-)

Deleted: sandbox/SOC/2007/cgi/trunk/README
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/README 2009-03-31 18:06:35 EDT (Tue, 31 Mar 2009)
+++ (empty file)
@@ -1,9 +0,0 @@
-Pre-built docs can be found at http://cgi.sf.net
-(out of date at the moment @21/03/2008)
-
-Comments/critique are welcome and can be directed to one of:
-
- cgi-devel @ cgi dot sourceforge dot net
- lists dot drrngrvy @ gmail dot com
-
-FastCGI support on Linux now included!

Added: sandbox/SOC/2007/cgi/trunk/README.txt
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/cgi/trunk/README.txt 2009-03-31 18:06:35 EDT (Tue, 31 Mar 2009)
@@ -0,0 +1,27 @@
+Comments/critique are welcome and can be directed to one of:
+
+ cgi-devel @ cgi dot sourceforge dot net
+ lists dot drrngrvy @ gmail dot com
+
+------------------------------------------------------------
+
+Check the library works ok by first running the tests + compiling the examples.
+
+These are all in the
+
+ libs/cgi/test
+
+directory (see Jamfile.v2 for build instructions).
+
+Note that some of the examples require cTemplate, so they will fail to compile unless you have that installed.
+
+The tests aren't exhaustive - this library is still under development.
+
+Currently tested on
+
+Ubuntu 8.04 desktop 32bit
+Ubuntu 8.04 server 64bit
+MSVC 2008
+
+FastCGI stuff only works on linux at the moment. If you're a Windows network programmer, can you help?
+

Modified: sandbox/SOC/2007/cgi/trunk/libs/cgi/test/Jamfile.v2
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/libs/cgi/test/Jamfile.v2 (original)
+++ sandbox/SOC/2007/cgi/trunk/libs/cgi/test/Jamfile.v2 2009-03-31 18:06:35 EDT (Tue, 31 Mar 2009)
@@ -1,4 +1,10 @@
-# 'Do' all relevant tests.
+# Test everything works ok by running:
+#
+# $ bjam docs examples
+#
+# By default, all tests are run. The `docs` and `examples` args are optional
+# arguments for testing the documentation and examples build ok.
+#
 
 project
   : requirements
@@ -20,3 +26,17 @@
 {
   build-project ../example//all_examples ;
 }
+
+alias examples
+ :
+ ../example//all_examples
+ ;
+
+alias docs
+ :
+ ../doc//standalone
+ ../doc//cgi_xml
+ ../doc//autodoc
+ :
+ <include>../doc/src
+ ;


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