Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost 1.39.0 unit test crash on Sun OS
From: Yogesh Arora (yogesh.ar_at_[hidden])
Date: 2010-03-11 23:40:38


#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_at_[hidden]>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_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net