summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
diff options
context:
space:
mode:
authorJeff Muizelaar <jmuizelaar@mozilla.com>2009-02-03 14:18:44 -0500
committerJeff Muizelaar <jmuizelaar@mozilla.com>2009-02-03 14:18:44 -0500
commit2676b3bdd6fbeef62d34c100718f76fe5bbe647d (patch)
treec79b6d72e8fad71fb6e95751b628ca645451e87a /test/cairo-test.h
parent6b0c2c8ba61b6fdaad4c77e1a7c02c13c70e03c4 (diff)
downloadcairo-2676b3bdd6fbeef62d34c100718f76fe5bbe647d.tar.gz
[test] Define INFINITY if it hasn't been defined.
This lets us use more of invalid-matrix on win32
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r--test/cairo-test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h
index a9dbf19ba..8e068f072 100644
--- a/test/cairo-test.h
+++ b/test/cairo-test.h
@@ -60,6 +60,9 @@ typedef unsigned __int64 uint64_t;
#include <math.h>
+/* remove this if you don't have IEEE754 floating point */
+#define HAVE_IEEE754
+
typedef enum cairo_test_status {
CAIRO_TEST_SUCCESS = 0,
CAIRO_TEST_NO_MEMORY,