diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-08-07 14:48:10 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-08-07 14:48:10 +0000 |
| commit | de0befb6d7ba3d1e6bbc67ca9c86d04412f2fb08 (patch) | |
| tree | 82b5db63068a03299e907eec4f05b1609639a17d /include/cppunit | |
| parent | e0dd3c214df341b058c2d43f32c6521688853000 (diff) | |
| download | cppunit-de0befb6d7ba3d1e6bbc67ca9c86d04412f2fb08.tar.gz | |
Fixes to allow building with SGI MIPSpro 7.30 compiler.
The testsuite file examples/cppunittest/SubclassedTestCase.cpp
causes the compiler to dump core, so that and HelperMacrosTest
were not tested. The rest of the test suite passes.
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/config-bcb5.h | 2 | ||||
| -rw-r--r-- | include/cppunit/config-msvc6.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/cppunit/config-bcb5.h b/include/cppunit/config-bcb5.h index ed92f55..7e62b02 100644 --- a/include/cppunit/config-bcb5.h +++ b/include/cppunit/config-bcb5.h @@ -1,5 +1,7 @@ #ifndef _INCLUDE_CPPUNIT_CONFIG_BCB5_H #define _INCLUDE_CPPUNIT_CONFIG_BCB5_H 1 + +#define HAVE_CMATH 1 /* include/cppunit/config-bcb5.h. Manually adapted from include/cppunit/config-auto.h */ diff --git a/include/cppunit/config-msvc6.h b/include/cppunit/config-msvc6.h index 386982b..df6b29c 100644 --- a/include/cppunit/config-msvc6.h +++ b/include/cppunit/config-msvc6.h @@ -1,5 +1,7 @@ #ifndef _INCLUDE_CPPUNIT_CONFIG_MSVC6_H #define _INCLUDE_CPPUNIT_CONFIG_MSVC6_H 1 + +#define HAVE_CMATH 1 /* include/cppunit/config-msvc6.h. Manually adapted from include/cppunit/config-auto.h */ |
