On 14 June 2016 at 16:14, Rene Rivera
As part of continued efforts to move testing to CI, to facilitate release management, and to provide more information to authors I've now implemented some testing changes:
1. Most libraries are now tested automatically if they have a usable test directory.
There are still libraries that do not follow the requirements of having all their tests in just the single test directory. You can see which ones those are here < https://github.com/boostorg/boost/blob/develop/status/Jamfile.v2#L101>. Library authors should IMMEDIATELY make changes to their test/Jamfile's to follow the library requirements for testing. Before the next release I plan to blindly remove that custom list of extra test targets.
Is there any reason that you aren't supporting 'sublibs' files? They're easy enough to support, and have been in place for well over a decade.