Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2005-08-30 12:33:14


"Arkadiy Vertleyb" <vertleyb_at_[hidden]> writes:

> Hello All,
>
> I am currently setting up the test system for typeof. My understanding is
> that I have to do the following:
>
> 1) put each test in a separate CPP file;

That's the easiest way, but it's not required.

> 2) import testing rules;

Yes, you'll need to do that.

> 3) put the following in the Jamfile:
>
> compile test1.cpp ;
> compile test2.cpp ;
> . . .

No, follow the formula used in libs/parameter/test/Jamfile
 
> 4) mention typeof in the file that lists all the boost tests.

Yes.

> Also, where is it specified which compilers are supportred?

I think status/explicit-failures-markup.xml might be what you're after?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk