mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-11 11:52:11 +00:00
17 lines
267 B
C++
17 lines
267 B
C++
#include <tests/translators.hpp>
|
|
#include <tests/rtree_native.hpp>
|
|
#include <tests/rtree_filters.hpp>
|
|
|
|
int main()
|
|
{
|
|
tests_translators_hpp();
|
|
tests_rtree_native_hpp();
|
|
tests_rtree_filters_hpp();
|
|
|
|
#ifdef _MSC_VER
|
|
std::cin.get();
|
|
#endif
|
|
|
|
return 0;
|
|
}
|