summaryrefslogtreecommitdiff
path: root/libs/geometry/test/algorithms/set_operations/set_ops_ll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/geometry/test/algorithms/set_operations/set_ops_ll.cpp')
-rw-r--r--libs/geometry/test/algorithms/set_operations/set_ops_ll.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/geometry/test/algorithms/set_operations/set_ops_ll.cpp b/libs/geometry/test/algorithms/set_operations/set_ops_ll.cpp
new file mode 100644
index 000000000..c3311a054
--- /dev/null
+++ b/libs/geometry/test/algorithms/set_operations/set_ops_ll.cpp
@@ -0,0 +1,17 @@
+// Boost.Geometry (aka GGL, Generic Geometry Library)
+
+// Copyright (c) 2014, Oracle and/or its affiliates.
+
+// Licensed under the Boost Software License version 1.0.
+// http://www.boost.org/users/license.html
+
+// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
+
+#ifndef BOOST_TEST_MODULE
+#define BOOST_TEST_MODULE test_set_ops_linear_linear
+#endif
+
+#include "intersection_linear_linear.cpp"
+#include "union_linear_linear.cpp"
+#include "difference_linear_linear.cpp"
+#include "sym_difference_linear_linear.cpp"