
30 Aug
2005
30 Aug
'05
5:33 p.m.
"Arkadiy Vertleyb" <vertleyb@hotmail.com> 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