Boost logo

Boost :

Subject: Re: [boost] Regression test results starting to become available
From: Jürgen Hunold (jhunold_at_[hidden])
Date: 2014-01-14 17:06:46


Hi Beman,

On Tuesday, 14. January 2014 16:54:45 Beman Dawes wrote:
> Some testers are only reporting results for 15 or so libraries. That's an
> artifact of getting started; these testers cycle the full tests will appear.

Unfortunately there is a typo in status/Jamfile.v2. The "predef" entry is
missing a "p". Diff is:

diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index d808e71..28753f5 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -124,7 +124,7 @@ run-tests libs :
     phoenix/test # test-suite phoenix
     polygon/test # test-suite polygon
     pool/test # test-suite pool
- redef/test # test-suite predef
+ predef/test # test-suite predef
     preprocessor/test # test-suite preprocessor
     program_options/test # test-suite program_options
     property_map/test # test-suite property_map

So Boost.Build errors out with

error: Unable to find file or target named
error: '../libs/redef/test/'
error: referred to from project at
error: '.'

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold  ! 
* voice: ++49 4257 300       ! Fährstraße 1
* fax  : ++49 4257 300       ! 31609 Balge/Sebbenhausen
* jhunold_at_gmx.eu             ! Germany

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