I am going to try to run a regression test for VS 2012. :-)
Is this what I do?
1> Create a new directory. I'll give it the name BoostTest
2> Then, copy "run.py" to that directory.
3> Then run the following on the command line:
python run.py --runner=John_Alway_VS2012 --toolset=msvc-11.0
Would that start the testing? "John_Alway_VS2012" is just a made up id. I get the impression results are reported back automatically to Boost?
I'm sure I'm missing something somewhere, but this is what I have so far. I guess that tests the trunk?
I did run bjam for one of the libraries (chrono), and it seemed to work, although all of the information was just output to the screen and not saved.
Thanks!
...John
________________________________
From: Steven Watanabe
What's the toolset id for msvc 11 update 1?
msvc-11.0
Is there a way to list toolset options or a documentation page with them?
They're just the Boost.Build toolsets. If you can write b2 toolset=xxx then you can use run.py --toolsets=xxx In Christ, Steven Watanabe _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost