caryclark@google.com | b45a1b4 | 2012-05-18 20:50:33 +0000 | [diff] [blame^] | 1 | #if !defined(IN_TEST) |
| 2 | #define IN_TEST 1 |
| 3 | #endif |
| 4 | |
caryclark@google.com | 639df89 | 2012-01-10 21:46:10 +0000 | [diff] [blame] | 5 | #include "DataTypes.h" |
| 6 | |
| 7 | extern const Cubic pointDegenerates[]; |
| 8 | extern const Cubic notPointDegenerates[]; |
| 9 | extern const Cubic tests[][2]; |
| 10 | extern Cubic hexTests[][2]; |
| 11 | |
| 12 | extern void convert_testx(); |
| 13 | |
| 14 | extern const Cubic lines[]; |
| 15 | extern const Cubic notLines[]; |
| 16 | extern const Cubic modEpsilonLines[]; |
| 17 | extern const Cubic lessEpsilonLines[]; |
| 18 | extern const Cubic negEpsilonLines[]; |
caryclark@google.com | 639df89 | 2012-01-10 21:46:10 +0000 | [diff] [blame] | 19 | |
| 20 | extern const size_t pointDegenerates_count; |
| 21 | extern const size_t notPointDegenerates_count; |
| 22 | extern const size_t tests_count; |
| 23 | extern const size_t hexTests_count; |
| 24 | extern const size_t lines_count; |
| 25 | extern const size_t notLines_count; |
| 26 | extern const size_t modEpsilonLines_count; |
| 27 | extern const size_t lessEpsilonLines_count; |
| 28 | extern const size_t negEpsilonLines_count; |