
23 Jul
2007
23 Jul
'07
4:06 p.m.
Hi Gennadiy,
Use this page for now:
http://boost.org/libs/test/doc/usage/recomendations.html
It has couple tutorials.
I was browsing through your excellent docs here: http://boost.org/libs/test/doc/usage/msvc_net.html I stumbled upon a irritating problem: I could not re-run the test without changing a source file. I think I found a solution: I set the custom build step instead of the the post-build event. Here I set "outputs" to c:\dummy_file.txt (anything non-empty will do). Thus when I hiut F5, I get the errors in the output window in visual studio :-) (I also set Tools -> Options -> Environment -> Projects and Solutions -> Only build startup projects ...) cheers -Thorsten