$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2003-11-25 03:40:21
"Steven Ketcham" <stedak_at_[hidden]> wrote in message
news:opry33vb1lo8i4hm_at_mail.charter.net...
>
> Perhaps I am making this difficult or even missing the point but...
>
> Can I create tests with the unit_test_framework and redirect the output to
> a GUI? As it stands this is not possible because of int main(...) being
> defined. Using Windows 2000.
>
> Thanks!
It is possible. You just need different main that do almost the same plus
something windows specific (you may even share big part of implementation
with unit_test_main.cpp). I will consider adding this into the library if
you present one.
Regards,
Gennadiy.