#define BOOST_TEST_DYN_LINK 
#define BOOST_TEST_MAIN
#define BOOST_TEST_MODULE example
#include <boost/test/included/unit_test.hpp>
BOOST_AUTO_TEST_CASE( test1 )
{
    BOOST_CHECK( true );
}

the compiler is available for download at the sun developer website , if you become sun developer network member which is free

Yogesh

On Thu, Mar 11, 2010 at 8:49 PM, Gennadiy Rozental <rogeeff@gmail.com> wrote:
Yogesh Arora <yogesh.ar <at> gmail.com> writes:

>
>
> Oh i forgot to mention that i am linking with Dynamic version of boost unit
test libraries.
> On Thu, Mar 11, 2010 at 9:41 AM, Yogesh Arora <yogesh.ar <at> gmail.com> wrote:
> Hi
>  
> I have just started using boost unit test framework
> and i am also new to boost. I have a very basic
> test case program which i am testing with boost
> 1.39.0 unit test libraries. The code compiles
> properly but on running it crashes without even
> reaching my test case.

Please post simple example illustrating the issue.

> using sun : 5.9 : /bb/util/common/studio12-v4/SUNWspro/bin/CC

Is this compiler available for free evaluation?

Gennadiy

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users