On Saturday 07 June 2014 01:39:30 Peter Dimov wrote:
Does anyone know why the core/swap tests, which are in a separate Jamfile, core/test/swap/Jamfile.v2, and have their own line in status/Jamfile.v2,
core/test/swap # test-suite core/swap
still appear in
http://www.boost.org/development/tests/develop/developer/core.html
instead of on their own page, core/swap?
When they were in utility they did appear on utility/swap:
http://www.boost.org/development/tests/develop/developer/utility-swap.html
Or, to be more precise, does anyone know how we can make them appear on their own page. :-)
That's probably because I moved them to core/test/swap, whereas in Utility they were in utility/swap/test. [Sigh] I was trying to clean up the mess we had in Core after throwing in bits of Utility. I'd really like to keep tests in one place though. If there's a way to separate the tests and keep them in core/test, that'd be great. Maybe we should tag them in the test/swap/Jamfile.v2 so that they all start with swap_?