$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-08-11 15:21:42
Robert Ramey wrote:
> I've recently running all the boost tests in order to test my library
> status facilty before checking it in. In the course of doing this I've
> noticed that
> in a couple of cases, bjam doesn't create the proper test directory. Here
> are the tests:
>
> a) program_options/test/convert
Note that a target by this name does not exist. There's 'test_convert'
target though. That target is 'exe' target, so it's not a 'test', formally
speaking, therefore no 'test name' is expected in the target path.
> b) python/test/int_map_indexing_suite
Likewise, the 'int_map_indexing_suite' is defined as independent
'non-test' target.
> c) statechart/test/TuTest
I'd presume the same here.
- Volodya