
3 Jan
2009
3 Jan
'09
3:51 p.m.
Howard Hinnant wrote:
Although I've been running tests, I don't really yet have a neatly packaged test suite. Part of the problem is that many of the tests are "must fail" and I don't know of a portable/automated way to handle that kind of test. Has boost addressed "must fail" tests?
Isn't that what compile-fail Jam instructions are for? Just remember to put each test case in its own file, or failures will be masked. Sebastian