
13 Oct
2009
13 Oct
'09
10:32 p.m.
Jean-Louis Leroy wrote:
I would like to create tests that check, not only that a file will not compile, but that the errors contain specific strings. More precisely, I want to make sure that wrong code fails on a MPL assertion and not deep inside the template instantiations.
Is that feasible?
I guess you can somehow execute system call from inside test application and compare it's output to the expected one. Gennadiy