Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / geometry / test / algorithms / buffer / buffer_ring.cpp
index 753fe5b..d195e60 100644 (file)
@@ -34,9 +34,15 @@ void test_all()
 
 int test_main(int, char* [])
 {
-    test_all<true, bg::model::point<double, 2, bg::cs::cartesian> >();
+    BoostGeometryWriteTestConfiguration();
+
+    test_all<true, bg::model::point<default_test_type, 2, bg::cs::cartesian> >();
+
+#if ! defined(BOOST_GEOMETRY_TEST_ONLY_ONE_ORDER)
+    test_all<false, bg::model::point<default_test_type, 2, bg::cs::cartesian> >();
+#endif
+
 #if ! defined(BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE)
-    test_all<false, bg::model::point<double, 2, bg::cs::cartesian> >();
     test_all<true, bg::model::point<float, 2, bg::cs::cartesian> >();
     test_all<false, bg::model::point<float, 2, bg::cs::cartesian> >();
 #endif