Re: make check and C++ exceptions

2003-09-14 Thread Alexandre Duret-Lutz
Hi! Sorry for the delay. Maybe you finally solved this? >>> "Steve" == Steve Hutton <[EMAIL PROTECTED]> writes: Steve> Make check succeeds (as expected) when my test program Steve> returns 0, but it fails (not what I expected) when the same Steve> test program has thrown and caught a C++ ex

make check and C++ exceptions

2003-09-03 Thread Steve Hutton
Make check succeeds (as expected) when my test program returns 0, but it fails (not what I expected) when the same test program has thrown and caught a C++ exception. For example, only the first of the following two programs passes make check, but a simple bash script verifies that both programs e

make check and C++ exceptions

2003-09-03 Thread Steve Hutton
Make check succeeds (as expected) when my test program returns 0, but it fails (not what I expected) when the same test program has thrown and caught a C++ exception. For example, only the first of the following two programs passes make check, but a simple bash script verifies that both programs e