On Wed, 22 Jan 2014 16:21:22 +0100
Juan Jose Garcia-Ripoll <
juanjose.g...@gmail.com> wrote:
> On Fri, Jan 17, 2014 at 10:39 PM, Ulf Lorenz <
u...@wavepacket.org>
> wrote:
>
> > Solution: googletest has a flag "--gtest_throw_on_failure". If you
> > add this to the variable AM_TESTS_FD_REDIRECT in test/Makefile.am,
> > line 23, the errors are reported properly. Of course, now we have
> > two tests to fix, but they were broken anyway. :)
> >
>
> Cool! Thanks for the info. I have added it, please check.