unit_test_framework - redirect output
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! -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
"Steven Ketcham"
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.
participants (2)
-
Gennadiy Rozental
-
Steven Ketcham