$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [testing] mpl/core tests not visible
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-09-12 14:23:46
Le 11/09/14 20:06, Andrey Semashev a écrit :
> Hi,
>
> I can see a few testers have cycled since MPL.Core was extracted into a
> sublibrary, but there is no mpl/core page in the test matrix. The sublibs file
> and core/test directory are present in the mpl submodule. Is there something I
> should do to make the tests appear?
>
>
I'm not sure, but take a look at status/Jamfile.v2
There is a list as
# Tests from Jamfiles in individual library test subdirectories
# Please keep these in alphabetic order by test-suite name
run-tests libs :
     accumulators/test           # test-suite accumulators
     algorithm/test              # test-suite algorithm
     algorithm/minmax/test       # test-suite algorith/minmax
     algorithm/string/test       # test-suite algorithm/string
     align/test                  # test-suite align
     array/test                  # test-suite array
     asio/test                   # test-suite asio
     assert/test                 # test-suite assert
...
Best,
Vicente