]> git.llucax.com Git - software/mutest.git/commit
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)
commit0063534515c20ca50b4554442d159a992f32b241
treecb777d4e69dd443c5eedcb17fb0a9984d687e7b2
parent5b3a1f1593fc57a4dd5b492f9b4cd55e28cb6eaa
Add some C++ support

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.
mutest.h
sample/Makefile
sample/exception_test.cpp [new file with mode: 0644]