Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2003-12-26 08:12:02


Vladimir Prus <ghost_at_[hidden]> writes:

> Hi, I seem to have problems with 'run' tests, using V1 regression system.
> When I clean all build directories, go to "libs/graph/test" and run "bjam",
> only a single "run" test is actually run.

Hmm, works fine for me:

...
execute-test c:\build\bin\boost\libs\graph\test\isomorphism.test\cwpro8\debug\isomorphism.run
1 file(s) copied.
**passed** c:\build\bin\boost\libs\graph\test\isomorphism.test\cwpro8\debug\isomorphism.test
...
execute-test c:\build\bin\boost\libs\graph\test\subgraph.test\cwpro8\debug\subgraph.run
1 file(s) copied.
**passed** c:\build\bin\boost\libs\graph\test\subgraph.test\cwpro8\debug\subgraph.test
...
execute-test c:\build\bin\boost\libs\graph\test\graph.test\cwpro8\debug\graph.run
1 file(s) copied.
**passed** c:\build\bin\boost\libs\graph\test\graph.test\cwpro8\debug\graph.test
...
execute-test c:\build\bin\boost\libs\graph\test\dfs.test\cwpro8\debug\dfs.run
1 file(s) copied.
**passed** c:\build\bin\boost\libs\graph\test\dfs.test\cwpro8\debug\dfs.test
...

> When I clean everything and run "bjam graph" from "status", much more tests
> are run.
>
> Is this a known issue? I've worked around it by adding Jamfile.v2 to graph/
> test but probably fix for V1 is a good thing to have, too.

I'm using bjam 3.1.9; do you think it's possible that something has
broken bjam since then?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

Boost-Build 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