
2 Mar
2007
2 Mar
'07
7:30 a.m.
"Matthias Schabel" <boost@schabel-family.org> wrote in message news:F6F8940E-6622-4D6D-854B-A02553BD494F@schabel-family.org...
Naturally, for compile-time units there are some cases where compile- time failure is the correct behavior - how should I structure tests so that this is recognized? Presumably I need to have a separate test source file for each expected compilation error, right?
Right. Plus you need an outside regression testing facility that supports checks for expected compilation failures. Boost.Build system does support this as it was mentioned in some other post. Gennadiy