]> git.llucax.com Git - software/mutest.git/commitdiff
Add some C++ support
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 12 Dec 2008 18:28:43 +0000 (16:28 -0200)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 12 Dec 2008 21:08:27 +0000 (19:08 -0200)
This patch add some C++ support by catching exceptions in mu_check() and
mu_ensure() macros (when compiled with a C++ compiler, of course). In
addition to this, it adds 2 new macros for checking that some expression
throws a particular exception: mu_echeck() and mu_eensure().

A sample test suite for the new features is added too.


No differences found