summaryrefslogtreecommitdiff
path: root/libs/geometry/test/algorithms/set_operations/set_ops_pp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/geometry/test/algorithms/set_operations/set_ops_pp.cpp')
-rw-r--r--libs/geometry/test/algorithms/set_operations/set_ops_pp.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/libs/geometry/test/algorithms/set_operations/set_ops_pp.cpp b/libs/geometry/test/algorithms/set_operations/set_ops_pp.cpp
new file mode 100644
index 000000000..725737e1b
--- /dev/null
+++ b/libs/geometry/test/algorithms/set_operations/set_ops_pp.cpp
@@ -0,0 +1,16 @@
+// 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_pointlike_pointlike
+#endif
+
+#include "intersection_pl_pl.cpp"
+#include "union_pl_pl.cpp"
+#include "difference_pl_pl.cpp"