|
Boost Testing : |
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-02-23 19:35:06
> I carried out further investigation and it looks like the problem may be
> in test rather than graph. If I put some trace cout statements into
> test_main() in bidir_vec_remove_edge.cpp and run the test I get nothing
> on the screen. Where should I look to find the code that preceeds the
> call to test_main?
There is nothing particularly complex but there is a lot going on before
test_main invokcation. But I wouldn't expect any of it to hang. You could
see Boost.Test sources for more detailes.
Gennadiy