Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-09-23 18:12:13


Maybe we should cancel the release branch and re-branch for release next
week... the number of patches that are suddenly coming in since after we
branched for 1.29.0 is quite astounding.

-----------------------------------------------------------
           David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com

----- Original Message -----
From: "Markus Schöpflin" <markus.schoepflin_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Monday, September 23, 2002 1:53 PM
Subject: [boost] format library missing from status tests

>

---------------------------------------------------------------------------
-----

> Hello,
>
> the tests for the format library are missing from the current status
> tests. Attached is a small patch for "status/Jamfile" that fixes this.
>
> Thanks, Markus
>

---------------------------------------------------------------------------
-----

> Index: Jamfile
> ===================================================================
> RCS file: /cvsroot/boost/boost/status/Jamfile,v
> retrieving revision 1.65
> diff -w -u -r1.65 Jamfile
> --- Jamfile 19 Sep 2002 20:34:08 -0000 1.65
> +++ Jamfile 23 Sep 2002 17:51:57 -0000
> @@ -140,6 +140,11 @@
> [ run libs/dynamic_bitset/dyn_bitset_unit_tests3.cpp
<lib>../libs/test/build/test_exec_monitor ]
> ;
>
> + test-suite format
> + : [ run libs/format/test/format_test1.cpp
<lib>../libs/test/build/test_exec_monitor ]
> + [ run libs/format/test/format_test2.cpp
<lib>../libs/test/build/test_exec_monitor ]
> + ;
> +
> test-suite function
> : [ run libs/function/test/deprecated_syntax_test.cpp
<lib>../libs/test/build/test_exec_monitor ]
> [ run libs/function/test/function_test.cpp
<lib>../libs/test/build/test_exec_monitor ]
>

---------------------------------------------------------------------------
-----

> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk