Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / geometry / test / algorithms / detail / Jamfile.v2
index 6509c9a..bd34953 100644 (file)
@@ -4,8 +4,8 @@
 # Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
 # Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
 #
-# This file was modified by Oracle on 2015.
-# Modifications copyright (c) 2015 Oracle and/or its affiliates.
+# This file was modified by Oracle on 2015, 2019.
+# Modifications copyright (c) 2015, 2019 Oracle and/or its affiliates.
 #
 # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 #
@@ -15,8 +15,9 @@
 
 test-suite boost-geometry-algorithms-detail
     :
-    [ run as_range.cpp  : : : : algorithms_as_range ]
-    [ run partition.cpp : : : : algorithms_partition ]
+    [ run as_range.cpp              : : : : algorithms_as_range ]
+    [ run calculate_point_order.cpp : : : : algorithms_calculate_point_order ]
+    [ run partition.cpp             : : : : algorithms_partition ]
     ;
 
 build-project sections ;