>("POLYGON((),(),())", 0);
// which all make no valid geometries, but they can exist.
+
+
// These WKT's are incomplete or abnormal but they are considered OK
test_relaxed_wkt("POINT(1)", "POINT(1 0)");
test_relaxed_wkt
("POINT()", "POINT(0 0)");
@@ -245,6 +379,11 @@ int test_main(int, char* [])
{
test_all();
test_all();
+ test_precise_to_wkt();
+
+#if defined(HAVE_TTMATH)
+ test_all();
+#endif
return 0;
}