10 Oct
2015
10 Oct
'15
2:15 p.m.
On 10/10/15 1:55 AM, Andrey Semashev wrote:
On 10.10.2015 01:05, Louis Dionne wrote:
Also, before someone suggests using Boost.Build: I have been looking at the possibility of maintaining a separate Jamfile. However, the need to maintain two separate build systems is annoying, so I'd like to avoid it if possible.
Others have addressed the need for supporting Boost.Build. I can add that it is possible to create a Jamfile that will automatically iterate over the test sources and need not updating at all. You can find an example in Boost.Log:
https://github.com/boostorg/log/blob/develop/test/Jamfile.v2
Great, another cool idea to make jamfile even easier to figure out and debug! Robert Ramey