$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2007-07-23 12:06:47
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