diff options
Diffstat (limited to 'math/test-math-vector.h')
-rw-r--r-- | math/test-math-vector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-math-vector.h b/math/test-math-vector.h index 1b74841fe4..ec4c533fe6 100644 --- a/math/test-math-vector.h +++ b/math/test-math-vector.h @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ #define TEST_MATHVEC 1 +#define TEST_ERRNO 0 #define CNCT(x, y) x ## y #define CONCAT(a, b) CNCT (a, b) |