
3 Jan
2009
3 Jan
'09
4:08 p.m.
On Jan 3, 2009, at 10:51 AM, Sebastian Redl wrote:
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.
I've never used Jam before. I'll take a look. -Howard