Files
geometry/tests/main.cpp
2011-03-24 23:52:27 +00:00

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;
}