$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy_at_[hidden])
Date: 2002-08-12 20:09:19
"David Abrahams" <dave_at_[hidden]> wrote in message
news:05e901c2425c$351c8080$6501a8c0_at_boostconsulting.com...
> I'm getting the following link error in my Boost.Python v2 tests
> all-of-a-sudden:
add <lib><boost home>/libs/test/build/test_exec_monitor as a source to your
Jamfile along with your sources.
For more informaton check out:
http://listarchives.boost.org/MailArchives/boost/msg33534.php
Gennadiy.
P.S. To the message above I need to add:
make sure that your test main follow Boost.Test specification
int test_main( int argc, char * argv[] );