summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/geometry/test/headers/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/geometry/test/headers/main.cpp')
-rw-r--r--src/boost/libs/geometry/test/headers/main.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/boost/libs/geometry/test/headers/main.cpp b/src/boost/libs/geometry/test/headers/main.cpp
new file mode 100644
index 00000000..c4ba9779
--- /dev/null
+++ b/src/boost/libs/geometry/test/headers/main.cpp
@@ -0,0 +1,19 @@
+//
+// Copyright (c) 2018 Mateusz Loskot <mateusz@loskot.net>
+// Copyright (c) 2007-2015 Andrey Semashev
+//
+// Distributed under the Boost Software License, Version 1.0. (See
+// accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+// This file contains a test boilerplate for checking that every public header
+// is self-contained and does not have any missing #include-s.
+
+#define BOOST_GEOMETRY_TEST_INCLUDE_HEADER() <boost/geometry/BOOST_GEOMETRY_TEST_HEADER>
+
+#include BOOST_GEOMETRY_TEST_INCLUDE_HEADER()
+
+int main()
+{
+ return 0;
+}